We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7a5b1 commit 5b5b791Copy full SHA for 5b5b791
1 file changed
packages/opencode/src/cli/cmd/tui/ui/dialog-export-options.tsx
@@ -56,7 +56,7 @@ export function DialogExportOptions(props: DialogExportOptionsProps) {
56
setStore("active", order[nextIndex])
57
evt.preventDefault()
58
}
59
- if (evt.name === "space") {
+ if (evt.name === "space" || evt.name === " ") {
60
if (store.active === "thinking") setStore("thinking", !store.thinking)
61
if (store.active === "toolDetails") setStore("toolDetails", !store.toolDetails)
62
if (store.active === "assistantMetadata") setStore("assistantMetadata", !store.assistantMetadata)
0 commit comments