Skip to content

Commit bd16d00

Browse files
committed
fix: remove stopPropagation after reebase
1 parent 701730d commit bd16d00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ function init() {
6262
current.onClose?.()
6363
setStore("stack", store.stack.slice(0, -1))
6464
evt.preventDefault()
65-
evt.stopPropagation()
6665
refocus()
6766
}
6867
})

0 commit comments

Comments
 (0)