mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
🐛 Prototype connection should be under the rules
https://tree.taiga.io/project/penpot/issue/3384
This commit is contained in:
parent
e8f61df710
commit
ffbc098af8
@ -13,6 +13,7 @@
|
|||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
- Fix menu file not accessible in certain conditions [Taiga #3385](https://tree.taiga.io/project/penpot/issue/3385)
|
- Fix menu file not accessible in certain conditions [Taiga #3385](https://tree.taiga.io/project/penpot/issue/3385)
|
||||||
- Remove deprecated menu options [Taiga #3333](https://tree.taiga.io/project/penpot/issue/3333)
|
- Remove deprecated menu options [Taiga #3333](https://tree.taiga.io/project/penpot/issue/3333)
|
||||||
|
- Prototype connection should be under the rules [Taiga #3384](https://tree.taiga.io/project/penpot/issue/3384)
|
||||||
|
|
||||||
### :arrow_up: Deps updates
|
### :arrow_up: Deps updates
|
||||||
### :heart: Community contributions by (Thank you!)
|
### :heart: Community contributions by (Thank you!)
|
||||||
|
|||||||
@ -391,6 +391,14 @@
|
|||||||
|
|
||||||
[:& widgets/viewport-actions]
|
[:& 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
|
[:& scroll-bars/viewport-scrollbars
|
||||||
{:objects base-objects
|
{:objects base-objects
|
||||||
:zoom zoom
|
:zoom zoom
|
||||||
@ -429,10 +437,4 @@
|
|||||||
: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…
x
Reference in New Issue
Block a user