chore: cleanup

This commit is contained in:
Adam 2026-02-12 14:39:02 -06:00
commit e9b9a62fe4
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
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")