JonOfScience / etym_tree_python

A python project designed to allow input, display, and tracking of the vocabulary of a constructed language.
0 stars 0 forks source link

BUG: New Word entries are not committed to storage until they are modified #113

Closed JonOfScience closed 1 year ago

JonOfScience commented 1 year ago

Parent User Story: None

GIVEN a new Word is created in the Lexicon through the Main interface WHEN the program is closed without modifying the Word created THEN the created entry disappears on next load.

Examples:

Tasks: