We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a829a51 commit 9fb2a30Copy full SHA for 9fb2a30
src/client/components/ChatV2/ChatBox.tsx
@@ -85,7 +85,7 @@ export const ChatBox = ({
85
},
86
}) // @todo what key combination to open model selector
87
88
- const isShiftEnterSend = user?.preferences?.sendShortcutMode === 'shift+enter'
+ const isShiftEnterSend = user?.preferences?.sendShortcutMode === 'shift+enter' || !user?.preferences?.sendShortcutMode
89
90
const handleDeleteFile = () => {
91
if (fileInputRef.current) {
0 commit comments