Skip to content

Commit a890f2a

Browse files
committed
(fix) actually fixed auto scrolling prompt textarea edit issue
1 parent 203a546 commit a890f2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/components/prompts/add-edit.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@
266266
name="system-prompt"
267267
id="system-prompt"
268268
ref="systemPromptTextarea"
269-
@input="autoResizeSystemPrompt"
270269
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"
271270
/>
272271
</div>
@@ -281,7 +280,6 @@
281280
name="user-prompt"
282281
id="user-prompt"
283282
ref="userPromptTextarea"
284-
@input="autoResizeUserPrompt"
285283
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"
286284
/>
287285
</div>

0 commit comments

Comments
 (0)