mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-05 03:55:28 +01:00
fix no clickable input text
This commit is contained in:
parent
c34d3234d5
commit
76977b38ab
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@
|
|||
:class="$style.editingInput"
|
||||
:value="editingValue"
|
||||
@input="onInputText"
|
||||
@mousedown.stop
|
||||
@contextmenu.stop
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue