🐛 fix PreviewDoor onClick
This commit is contained in:
parent
fd1a66ba25
commit
ac3773483f
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
style="cursor: text"
|
style="cursor: text"
|
||||||
:rectangle="model.position"
|
:rectangle="model.position"
|
||||||
:variant="editing ? 'success' : 'primary'"
|
:variant="editing ? 'success' : 'primary'"
|
||||||
@click.left="on_click"
|
@click.left.stop="on_click"
|
||||||
visible
|
visible
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue