bug report: Delete List
using v1.4.4 win
when trying to delete a list i get this error (tested with list size of 0, 1 and 6)
ListManager.js:108 Uncaught TypeError: Cannot read properties of null (reading 'children')
at Object.updateDefaultLists (ListManager.js:108:73)
at HTMLInputElement.deleteList (ListManager.js:81:16)
the list won't delete unless i add something to a different list (the other list dose save the new img) and restarting the app. when adding to the other list i get more errors like the one above.