mirror of
https://github.com/penpot/penpot.git
synced 2025-07-25 19:47:19 +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
|
||||
(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…
Add table
Add a link
Reference in a new issue