mirror of
https://github.com/penpot/penpot.git
synced 2025-07-24 23:27:22 +02: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…
Add table
Add a link
Reference in a new issue