mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
🐛 Fix problem with hover shapes
This commit is contained in:
parent
99e067b863
commit
37f4b83d96
1 changed files with 2 additions and 2 deletions
|
@ -251,13 +251,13 @@
|
||||||
:hover (when (not= :frame (:type @hover))
|
:hover (when (not= :frame (:type @hover))
|
||||||
#{(or @frame-hover (:id @hover))})
|
#{(or @frame-hover (:id @hover))})
|
||||||
:edition edition
|
:edition edition
|
||||||
:zoom zoom}]
|
:zoom zoom}])
|
||||||
|
|
||||||
[:& scroll-bars/viewport-scrollbars
|
[:& scroll-bars/viewport-scrollbars
|
||||||
{:objects base-objects
|
{:objects base-objects
|
||||||
:zoom zoom
|
:zoom zoom
|
||||||
:vbox vbox
|
:vbox vbox
|
||||||
:viewport-ref viewport-ref}])
|
:viewport-ref viewport-ref}]
|
||||||
|
|
||||||
(when show-selection-handlers?
|
(when show-selection-handlers?
|
||||||
[:& selection/selection-handlers
|
[:& selection/selection-handlers
|
||||||
|
|
Loading…
Add table
Reference in a new issue