chore: cleanup

This commit is contained in:
Adam
2026-02-12 14:39:02 -06:00
parent 81c623f26e
commit e9b9a62fe4
3 changed files with 5 additions and 15 deletions

View File

@@ -345,7 +345,6 @@ export function DialogSelectFile(props: { mode?: DialogSelectFileMode; onOpenFil
const open = (path: string) => {
const value = file.tab(path)
tabs().open(value)
tabs().setActive(value)
file.load(path)
if (!view().reviewPanel.opened()) view().reviewPanel.open()
layout.fileTree.setTab("all")