We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203a546 commit a890f2aCopy full SHA for a890f2a
ui/components/prompts/add-edit.vue
@@ -266,7 +266,6 @@
266
name="system-prompt"
267
id="system-prompt"
268
ref="systemPromptTextarea"
269
- @input="autoResizeSystemPrompt"
270
class="block w-full border-2 border-black dark:border-white bg-white dark:bg-neutral-800 p-2 text-base text-neutral-900 dark:text-white focus:outline-none sm:text-sm/6"
271
/>
272
</div>
@@ -281,7 +280,6 @@
281
280
name="user-prompt"
282
id="user-prompt"
283
ref="userPromptTextarea"
284
- @input="autoResizeUserPrompt"
285
286
287
0 commit comments