mirror of
https://github.com/penpot/penpot.git
synced 2026-05-01 06:08:09 +00:00
🐛 Fix calculate hash on empty path data instance
This commit is contained in:
parent
8f55269522
commit
3a8b312f6d
@ -307,7 +307,7 @@
|
||||
clojure.lang.IHashEq
|
||||
(hasheq [this]
|
||||
(when-not hash
|
||||
(set! hash (clojure.lang.Murmur3/hashOrdered (seq this))))
|
||||
(set! hash (clojure.lang.Murmur3/hashOrdered (vec this))))
|
||||
hash)
|
||||
|
||||
clojure.lang.Sequential
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user