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
|
||||
file.load(path)
|
||||
openReviewPanel()
|
||||
tabs().setActive(next)
|
||||
}
|
||||
|
||||
createEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user