Clear existing elements

This commit is contained in:
2025-04-01 16:28:27 +02:00
parent bab01bbd86
commit 47b5de2d6a
5 changed files with 35 additions and 7 deletions

View File

@@ -80,4 +80,8 @@ export component MainWindow inherits Window {
public function change_to_main() {
tab_widget.current-index = 1;
}
public function clear_file_tab-current_selected_file() {
main_tab.clear_current_selection();
}
}