fix no clickable input text

This commit is contained in:
samunohito 2024-02-06 17:43:27 +09:00
parent c34d3234d5
commit 76977b38ab
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@
:class="$style.editingInput" :class="$style.editingInput"
:value="editingValue" :value="editingValue"
@input="onInputText" @input="onInputText"
@mousedown.stop
@contextmenu.stop
/> />
</div> </div>
</div> </div>