This commit is contained in:
Ian Gulliver
2019-07-10 21:32:52 +00:00
parent 04ec47e393
commit 703be7aa75
9 changed files with 147 additions and 17 deletions

View File

@@ -32,10 +32,6 @@ class EditorNode extends EditorEntryBase {
this.onInput();
}
getElement() {
return this.elem_;
}
wantFocus() {
return this.getLabel() == '';
}