mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +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."
|
||||
[node]
|
||||
(.-checked node))
|
||||
|
||||
(defn ^boolean equals?
|
||||
[node-a node-b]
|
||||
(.isEqualNode node-a node-b))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user