Add EditorLabel

This commit is contained in:
Ian Gulliver
2019-07-10 04:09:54 +00:00
parent 9202ab2001
commit 56ff0d1201
6 changed files with 157 additions and 5 deletions

View File

@@ -61,6 +61,8 @@ class EditorEntryBase extends ListenUtils {
switch (ser.type) {
case 'group':
return EditorGroup.unserialize(ser);
case 'label':
return EditorLabel.unserialize(ser);
case 'link':
return EditorLink.unserialize(ser);
case 'node':