Factor common code from Editor{Node,Label} into EditorInputBase

Fixes #5
This commit is contained in:
Ian Gulliver
2019-07-13 03:23:19 +00:00
parent 9d5b8fc178
commit 894b30568d
4 changed files with 117 additions and 190 deletions

View File

@@ -211,6 +211,7 @@ class Editor extends List {
}
<!--# include file="EditorEntryBase.js" -->
<!--# include file="EditorInputBase.js" -->
<!--# include file="EditorGroup.js" -->
<!--# include file="EditorHelp.js" -->
<!--# include file="EditorLabel.js" -->