Skip to content

Commit cfea5c7

Browse files
committed
tweak(app): delay prompt mode toggle tooltip
1 parent 2589eb2 commit cfea5c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/app/src/components/prompt-input.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,6 +1363,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
13631363
<TooltipKeybind
13641364
placement="top"
13651365
gutter={4}
1366+
openDelay={2000}
13661367
title={language.t(mode === "shell" ? "prompt.mode.shell" : "prompt.mode.normal")}
13671368
keybind={command.keybind(mode === "shell" ? "prompt.mode.shell" : "prompt.mode.normal")}
13681369
class="size-full flex items-center justify-center"

0 commit comments

Comments
 (0)