chore: cleanup
This commit is contained in:
parent
81c623f26e
commit
e9b9a62fe4
3 changed files with 5 additions and 15 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue