Do not reset controller when showing

This commit is contained in:
2025-05-18 09:56:04 +02:00
parent b74dc5b3c6
commit 1e11cd53c9

View File

@@ -550,11 +550,10 @@ class MainPageState extends State<MainPage> with WindowListener {
final scratch = await getLatestScratch();
_scratchController.text = scratch?.content ?? "";
_currentEntryController.text = "";
await _checkNavigation();
debugPrint("Data loaded.");
debugPrint("Data loaded");
}
// Load volume setting from database