I thought it was originally on line 92 of the JS code. Since then, I have back tested though and realized the problem is coming even without the buttons involved. Even just running in the console and running the method on line 30 / /changeItem() it is still deleting the first item from my to do list.
running mitchToDoList.changeItem() method still deletes the first item from the to do list without even including the buttons. However the new code I added is the code on line 92, so I am not sure how this made any change to the code earlier in the file.
Let me know if you find anything that could be the result.
Wow, I cant believe I missed that. I feel silly. Thanks for pointing that out. I reverse engineered it back to that line but didn’t notice that. Thank you.