Broken, but checkpoint editor/graph/layout split

This commit is contained in:
Ian Gulliver
2019-07-03 18:13:11 +00:00
parent 4cc0b09d9b
commit b91b92eef3
8 changed files with 197 additions and 450 deletions

View File

@@ -51,10 +51,6 @@ class EditorGroup extends EditorEntryBase {
return lines;
}
clear() {
super.clear();
}
getNodes() {
return this.nodes_.getEntries();
}
@@ -72,10 +68,6 @@ class EditorGroup extends EditorEntryBase {
return this.elem_;
}
getCollection() {
return new Collection(this.nodes);
}
onInputKeyDown(e) {
switch (e.key) {
case 'Enter':