More compact editor layout using symbols

This commit is contained in:
Ian Gulliver
2019-07-09 17:57:35 +00:00
parent 25545e51ab
commit 15c55d0b8d
4 changed files with 27 additions and 137 deletions

View File

@@ -2,7 +2,6 @@ class EditorNode extends EditorEntryBase {
constructor() {
super();
this.elem_.innerText = 'Node:';
this.elem_.classList.add('node');
this.input_ = document.createElement('input');