This commit is contained in:
Timothy J. Baek 2024-06-02 22:36:23 -07:00
parent 16e72b2f67
commit b4fca046a8

View File

@ -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;
}