fix: edit + order

This commit is contained in:
2026-08-07 00:07:34 +02:00
parent 311f2fe7b4
commit dbdce75996
3 changed files with 12 additions and 11 deletions

View File

@@ -292,7 +292,6 @@ impl App {
self.file_database.get_all_words()
}
};
self.list_state.select(Some(0));
self.description_scroll = 0;
self.word_list = word_list;
}