fix(app): load tab on open file

This commit is contained in:
Adam
2026-03-05 13:40:19 -06:00
parent e3b6d84b57
commit 2ba1ecabc9
3 changed files with 11 additions and 4 deletions

View File

@@ -720,6 +720,7 @@ export default function Page() {
showAllFiles,
tabForPath: file.tab,
openTab: tabs().open,
setActive: tabs().setActive,
loadFile: file.load,
})