refac: suggestion prompts

This commit is contained in:
Timothy Jaeryang Baek
2025-07-04 23:40:31 +04:00
parent db0d2ae6d4
commit 198b89faa5
7 changed files with 32 additions and 64 deletions

View File

@@ -119,6 +119,7 @@
if (chatInput) {
if ($settings?.richTextInput ?? true) {
chatInputElement.setText(text);
chatInputElement.focus();
} else {
chatInput.value = text;
prompt = text;