mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -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
|
||||
:tooltip tooltip}])
|
||||
|
||||
(when show-prototypes?
|
||||
[:& interactions/interactions
|
||||
{:selected selected
|
||||
:zoom zoom
|
||||
:objects objects-modified
|
||||
:current-transform transform
|
||||
:hover-disabled? hover-disabled?}])
|
||||
|
||||
(when show-selrect?
|
||||
[:& widgets/selection-rect {:data selrect
|
||||
:zoom zoom}])
|
||||
|
@ -410,4 +402,12 @@
|
|||
:shapes selected-shapes
|
||||
:zoom zoom
|
||||
: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