cengels/skywriter-javafx

Disappearing word counts

cengels opened this issue · 1 comments

Some tracked word counts are disappearing from both the application storage and the local storage.

Now resolved. The problem was the autosave() function, which (for now incomprehensible reasons) did not rely on the logic of the commit() function and instead relied on its own implementation, which "forgot" to reset the progress item.