Skip to content

Commit

Permalink
fix: temporarily remove voice mode shortcut functionality in TextInpu…
Browse files Browse the repository at this point in the history
…t component
  • Loading branch information
Orenoid committed Dec 10, 2024
1 parent 287e70d commit 543e202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/chat/components/input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ export function MessageInput({
</div>;
}

let enableVoiceModeShortcutTimer: NodeJS.Timeout
// let enableVoiceModeShortcutTimer: NodeJS.Timeout

function TextInput(
{ allowEdit, msgListSwitchSignal, addMessage, updateMessage, revisionMessage }: {
Expand Down

0 comments on commit 543e202

Please sign in to comment.