Remove contenteditable from input

f1f254cadf833ca364bb68ee1b1a84b96db7adf8

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/index.html+1 -1
@@ -3235,7 +3235,7 @@
3235 </small>3235 </small>
3236 </label>3236 </label>
3237 <div data-newbie-hidden>3237 <div data-newbie-hidden>
3238 <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>3238 <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>
3239 </div>3239 </div>
3240 <div data-newbie-hidden>3240 <div data-newbie-hidden>
3241 <label>3241 <label>