mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 12:46:10 +02:00
🐛 Fix problem with booleans empty selrect
This commit is contained in:
parent
cbee65671c
commit
5a8ce52105
3 changed files with 18 additions and 3 deletions
|
@ -79,7 +79,7 @@
|
|||
|
||||
text-shapes
|
||||
(->> objects
|
||||
(filter (fn [[id shape]] (= :text (:type shape))))
|
||||
(filter (fn [[_ shape]] (= :text (:type shape))))
|
||||
(mapv second))]
|
||||
|
||||
(mf/use-effect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue