mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 17:00:36 -05:00
✨ Set proper equality check for ref used in group.
This avoids rerender groups when only siblings changes.
This commit is contained in:
parent
4a2b67c9d5
commit
8a4a9d7df8
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
(map #(get objects %))
|
||||
(filter identity)
|
||||
(vec)))))
|
||||
(l/derive st/state)))
|
||||
(l/derive st/state {:equals? =})))
|
||||
|
||||
(defn is-child-selected?
|
||||
[id]
|
||||
|
|
Loading…
Reference in a new issue