mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-05 21:46:49 +01:00
Remove contenteditable from input
This commit is contained in:
parent
2447a11d5c
commit
f1f254cadf
@ -3235,7 +3235,7 @@
|
||||
</small>
|
||||
</label>
|
||||
<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 data-newbie-hidden>
|
||||
<label>
|
||||
|
Loading…
Reference in New Issue
Block a user