"...composable_kernel_onnxruntime.git" did not exist on "1b62bfaa2a42ed83da2692f6797a5f929c39946f"
Commit b4fca046 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 16e72b2f
......@@ -833,7 +833,7 @@
]?.at(-1);
if (!commandOptionButton) {
if (e.key === 'Enter' && !e.shiftKey && prompt !== '' && selected) {
if (e.key === 'Enter' && !e.shiftKey && prompt !== '') {
submitPrompt(prompt, user);
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