fixed enter key not working, after inserting a new record

This commit is contained in:
2025-04-20 23:39:08 +02:00
parent dc86d8ce01
commit 26e1d1f2da

View File

@@ -124,6 +124,7 @@ class Application:
next_iid = int(last_iid) + 1
self.table.insert('', 'end', iid=next_iid, values=values)
self._save_json_file()
self.deselect_tree()
def delete_record(self):
if self.current_record is None: