"docs/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "66677498bf10a0a4c57a604bab1c73387f981636"
Commit b4fca046 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 16e72b2f
...@@ -833,7 +833,7 @@ ...@@ -833,7 +833,7 @@
]?.at(-1); ]?.at(-1);
if (!commandOptionButton) { if (!commandOptionButton) {
if (e.key === 'Enter' && !e.shiftKey && prompt !== '' && selected) { if (e.key === 'Enter' && !e.shiftKey && prompt !== '') {
submitPrompt(prompt, user); submitPrompt(prompt, user);
return; return;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment