mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 11:25:15 +00:00
fix(desktop): issue viewing new files opened from the file tree (#13689)
This commit is contained in:
parent
3c85cf4fac
commit
cf50a289db
1 changed files with 1 additions and 0 deletions
|
|
@ -272,6 +272,7 @@ export default function Page() {
|
|||
if (!path) return
|
||||
file.load(path)
|
||||
openReviewPanel()
|
||||
tabs().setActive(next)
|
||||
}
|
||||
|
||||
createEffect(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue