fixed decoding issue

This commit is contained in:
Bartosz Sypytkowski 2023-10-07 04:36:49 +02:00
parent f3de5b0add
commit f961aa960d

View File

@ -26,7 +26,8 @@ export const typeRefs = [
readYXmlElement, readYXmlElement,
readYXmlFragment, readYXmlFragment,
readYXmlHook, readYXmlHook,
readYXmlText readYXmlText,
readYWeakLink
] ]
export const YArrayRefID = 0 export const YArrayRefID = 0