Tag object

Fixes #1
This commit is contained in:
Ian Gulliver
2019-07-14 20:44:07 +00:00
parent d47cec70c1
commit 07e26a2a6c
11 changed files with 248 additions and 3 deletions

View File

@@ -104,6 +104,8 @@ class EditorEntryBase extends ListenUtils {
return EditorLink.unserialize(ser);
case 'node':
return EditorNode.unserialize(ser);
case 'tag':
return EditorTag.unserialize(ser);
}
}
}