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