🐛 Prototype connection should be under the rules

https://tree.taiga.io/project/penpot/issue/3384
This commit is contained in:
Pablo Alba 2022-05-24 13:00:33 +02:00 committed by Andrés Moya
parent e8f61df710
commit ffbc098af8
2 changed files with 10 additions and 7 deletions

View file

@ -391,6 +391,14 @@
[:& widgets/viewport-actions]
(when show-prototypes?
[:& interactions/interactions
{:selected selected
:zoom zoom
:objects objects-modified
:current-transform transform
:hover-disabled? hover-disabled?}])
[:& scroll-bars/viewport-scrollbars
{:objects base-objects
:zoom zoom
@ -429,10 +437,4 @@
:edition edition
: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?}])]]]))
]]]))