Open tabs when opened

This commit is contained in:
2025-06-18 22:55:09 +02:00
parent 5ca9dfabb8
commit 8251937be9

View File

@ -382,6 +382,7 @@ impl App {
let id = self.next_tab_id;
self.next_tab_id += 1;
self.tabs.insert(i, (id, tab));
self.open_tab_index = Some(i);
}
fn save_active_tab(&mut self, ctx: &Context) {