mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
📎 Set definitive fressian handler ids for objects and pointer map
This commit is contained in:
committed by
Andrés Moya
parent
efb0ec46bf
commit
0dc3dba428
@@ -356,7 +356,7 @@
|
||||
(instance? ObjectsMap o))
|
||||
|
||||
(fres/add-handlers!
|
||||
{:name "penpot/experimental/objects-map"
|
||||
{:name "penpot/objects-map/v1"
|
||||
:class ObjectsMap
|
||||
:wfn (fn [n w o]
|
||||
(fres/write-tag! w n)
|
||||
|
||||
@@ -192,7 +192,7 @@
|
||||
(into (create) data)))
|
||||
|
||||
(fres/add-handlers!
|
||||
{:name "penpot/experimental/pointer-map/v2"
|
||||
{:name "penpot/pointer-map/v1"
|
||||
:class PointerMap
|
||||
:wfn (fn [n w o]
|
||||
(fres/write-tag! w n 3)
|
||||
|
||||
Reference in New Issue
Block a user