mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 10:56:20 +00:00
Add node equality checker function.
This commit is contained in:
parent
8fa46d5257
commit
75995c8cf7
@ -55,3 +55,7 @@
|
|||||||
or checkbox is checked or not."
|
or checkbox is checked or not."
|
||||||
[node]
|
[node]
|
||||||
(.-checked node))
|
(.-checked node))
|
||||||
|
|
||||||
|
(defn ^boolean equals?
|
||||||
|
[node-a node-b]
|
||||||
|
(.isEqualNode node-a node-b))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user