mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Fix hot reload on color-row text (#8880)
This commit is contained in:
parent
c1d815f97c
commit
da6bd7509b
@ -52,16 +52,15 @@
|
||||
[n-props o-props]
|
||||
(and (identical? (unchecked-get n-props "ids")
|
||||
(unchecked-get o-props "ids"))
|
||||
(identical? (unchecked-get n-props "appliedTokens")
|
||||
(unchecked-get o-props "appliedTokens"))
|
||||
(let [o-vals (unchecked-get o-props "values")
|
||||
n-vals (unchecked-get n-props "values")
|
||||
o-fills (get o-vals :fills)
|
||||
n-fills (get n-vals :fills)
|
||||
o-applied-tokens (get o-vals :applied-tokens)
|
||||
n-applied-tokens (get n-vals :applied-tokens)
|
||||
o-hide (get o-vals :hide-fill-on-export)
|
||||
n-hide (get n-vals :hide-fill-on-export)]
|
||||
(and (identical? o-hide n-hide)
|
||||
(identical? o-applied-tokens n-applied-tokens)
|
||||
(identical? o-fills n-fills)))))
|
||||
|
||||
(mf/defc fill-menu*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user