Add ctrl-enter to edit a node and all references

This commit is contained in:
Ian Gulliver
2019-07-16 17:24:24 +00:00
parent ccf4299d5a
commit a66bee672d
5 changed files with 49 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ class EditorEntryBase extends ListenUtils {
this.listen(this.elem_, 'keydown', (e) => this.onKeyDown(e));
this.elem_.xArchObj = this;
this.elem_.setAttribute('data-arch-class', this.constructor.name);
}
serialize(base) {