mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove contenteditable from input
This commit is contained in:
@ -3235,7 +3235,7 @@
|
|||||||
</small>
|
</small>
|
||||||
</label>
|
</label>
|
||||||
<div data-newbie-hidden>
|
<div data-newbie-hidden>
|
||||||
<input type="text" contenteditable="true" id="instruct_activation_regex" class="text_pole textarea_compact autoSetHeight" maxlength="5000" rows="1" placeholder="e.g. /llama(-)?[3|3.1]/i"></input>
|
<input type="text" id="instruct_activation_regex" class="text_pole textarea_compact autoSetHeight" maxlength="5000" rows="1" placeholder="e.g. /llama(-)?[3|3.1]/i"></input>
|
||||||
</div>
|
</div>
|
||||||
<div data-newbie-hidden>
|
<div data-newbie-hidden>
|
||||||
<label>
|
<label>
|
||||||
|
Reference in New Issue
Block a user