🐛 Fix hot reload on color-row text (#8880)

This commit is contained in:
Eva Marco 2026-04-09 10:18:21 +02:00 committed by GitHub
parent c1d815f97c
commit da6bd7509b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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*