Skip to content

Commit 889ecdc

Browse files
committed
Fix TypeScript error: remove invalid stopPropagation() call from KeyEvent
1 parent 2c7d397 commit 889ecdc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/opencode/src/cli/cmd/tui/ui/dialog.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ function init() {
6161
const current = store.stack.at(-1)!
6262
current.onClose?.()
6363
setStore("stack", store.stack.slice(0, -1))
64-
evt.preventDefault()
65-
evt.stopPropagation()
6664
refocus()
6765
}
6866
})

0 commit comments

Comments
 (0)