Merge pull request #5546 from penpot/ladybenko-9061-fix-group-blur

🐛 Fix group blur toggle button icon not updating
This commit is contained in:
Andrey Antukh 2025-01-10 14:38:10 +01:00 committed by GitHub
commit 356a28bd7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 359 additions and 1 deletions

View file

@ -183,7 +183,7 @@
[v]
(mapv #(select-keys % shadow-keys) v))
(def blur-keys [:type :value])
(def blur-keys [:type :value :hidden])
(defn blur-eq
"Checks if two blurs are equivalent for the multiple selection"