mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-23 08:13:01 +00:00
middle click delete
This commit is contained in:
parent
b81446e99d
commit
740eb574c6
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
@mousedown.right="drag_start"
|
@mousedown.right="drag_start"
|
||||||
@mouseup.right="drag_finish"
|
@mouseup.right="drag_finish"
|
||||||
@mousemove="on_mousemove"
|
@mousemove="on_mousemove"
|
||||||
|
@click.middle="remove_rect"
|
||||||
@dblclick.left="remove_rect"
|
@dblclick.left="remove_rect"
|
||||||
>
|
>
|
||||||
<Rect
|
<Rect
|
||||||
|
|
Loading…
Reference in a new issue