fix(desktop): issue viewing new files opened from the file tree (#13689)
This commit is contained in:
@@ -272,6 +272,7 @@ export default function Page() {
|
|||||||
if (!path) return
|
if (!path) return
|
||||||
file.load(path)
|
file.load(path)
|
||||||
openReviewPanel()
|
openReviewPanel()
|
||||||
|
tabs().setActive(next)
|
||||||
}
|
}
|
||||||
|
|
||||||
createEffect(() => {
|
createEffect(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user