Broken, but checkpoint editor/graph/layout split
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user