mirror of
https://github.com/penpot/penpot.git
synced 2025-03-16 01:31:22 -05:00
Add node equality checker function.
This commit is contained in:
parent
8fa46d5257
commit
75995c8cf7
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue