0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-28 15:41:25 -05:00

🐛 Fix problem when hovering over nested frames

This commit is contained in:
alonso.torres 2022-08-31 16:29:38 +02:00
parent 2ecf33d7bb
commit 5820f73b6e
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# CHANGELOG
## 1.15.3-beta
### :bug: Bugs fixed
- Fix problem when hovering over nested frames [Taiga #4018] https://tree.taiga.io/project/penpot/issue/4018
## 1.15.2-beta
### :bug: Bugs fixed

View file

@ -44,6 +44,10 @@
[{:keys [type]}]
(= type :group))
(defn bool-shape?
[{:keys [type]}]
(= type :bool))
(defn text-shape?
[{:keys [type]}]
(= type :text))
@ -268,7 +272,7 @@
(= id-a id-b)
0
(is-shape-over-shape? objects id-a id-b options)
(is-shape-over-shape? objects id-a id-b {:top-frames? true})
1
:else