mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 04:49:03 -05:00
🐛 Fix prototype connection handler is extremely hard to use
This commit is contained in:
parent
82ae4e60f8
commit
5e7a609b3d
1 changed files with 9 additions and 9 deletions
|
@ -356,14 +356,6 @@
|
||||||
{:zoom zoom
|
{:zoom zoom
|
||||||
:tooltip tooltip}])
|
:tooltip tooltip}])
|
||||||
|
|
||||||
(when show-prototypes?
|
|
||||||
[:& interactions/interactions
|
|
||||||
{:selected selected
|
|
||||||
:zoom zoom
|
|
||||||
:objects objects-modified
|
|
||||||
:current-transform transform
|
|
||||||
:hover-disabled? hover-disabled?}])
|
|
||||||
|
|
||||||
(when show-selrect?
|
(when show-selrect?
|
||||||
[:& widgets/selection-rect {:data selrect
|
[:& widgets/selection-rect {:data selrect
|
||||||
:zoom zoom}])
|
:zoom zoom}])
|
||||||
|
@ -410,4 +402,12 @@
|
||||||
:shapes selected-shapes
|
:shapes selected-shapes
|
||||||
:zoom zoom
|
:zoom zoom
|
||||||
:edition edition
|
:edition edition
|
||||||
:disable-handlers (or drawing-tool edition @space?)}]])]]]))
|
:disable-handlers (or drawing-tool edition @space?)}]])
|
||||||
|
|
||||||
|
(when show-prototypes?
|
||||||
|
[:& interactions/interactions
|
||||||
|
{:selected selected
|
||||||
|
:zoom zoom
|
||||||
|
:objects objects-modified
|
||||||
|
:current-transform transform
|
||||||
|
:hover-disabled? hover-disabled?}])]]]))
|
||||||
|
|
Loading…
Add table
Reference in a new issue