🐛 Fix group blur toggle button icon not updating

This commit is contained in:
Belén Albeza 2025-01-10 12:14:22 +01:00
parent d500058aa9
commit a71fdd091a
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"