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

@@ -55,10 +55,6 @@ class EditorLink extends EditorEntryBase {
return ret;
};
clear() {
super.clear();
}
getFrom() {
return this.nodes_.getEntries()[0];
}