We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2589eb2 commit cfea5c7Copy full SHA for cfea5c7
1 file changed
packages/app/src/components/prompt-input.tsx
@@ -1363,6 +1363,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
1363
<TooltipKeybind
1364
placement="top"
1365
gutter={4}
1366
+ openDelay={2000}
1367
title={language.t(mode === "shell" ? "prompt.mode.shell" : "prompt.mode.normal")}
1368
keybind={command.keybind(mode === "shell" ? "prompt.mode.shell" : "prompt.mode.normal")}
1369
class="size-full flex items-center justify-center"
0 commit comments