feat: settings menu enhancement

This commit is contained in:
Timothy J. Baek 2023-11-05 12:55:44 -08:00
parent aac46bb390
commit 201b5161f4
2 changed files with 78 additions and 30 deletions

View file

@ -1124,8 +1124,8 @@
e.preventDefault();
}
if (prompt !== '' && e.keyCode == 13 && !e.shiftKey) {
submitPrompt(prompt);
e.target.style.height = '';
submitPrompt(prompt);
}
}}
rows="1"