Remove contenteditable from input

This commit is contained in:
Cohee
2024-09-01 17:17:18 +03:00
parent 2447a11d5c
commit f1f254cadf

View File

@ -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>