mirror of
https://github.com/penpot/penpot.git
synced 2025-07-26 10:57:20 +02:00
🐛 Fix calculate hash on empty path data instance
This commit is contained in:
parent
8f55269522
commit
3a8b312f6d
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@
|
||||||
clojure.lang.IHashEq
|
clojure.lang.IHashEq
|
||||||
(hasheq [this]
|
(hasheq [this]
|
||||||
(when-not hash
|
(when-not hash
|
||||||
(set! hash (clojure.lang.Murmur3/hashOrdered (seq this))))
|
(set! hash (clojure.lang.Murmur3/hashOrdered (vec this))))
|
||||||
hash)
|
hash)
|
||||||
|
|
||||||
clojure.lang.Sequential
|
clojure.lang.Sequential
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue