Redraw graph on all changes

This commit is contained in:
Ian Gulliver
2019-07-03 01:51:13 +00:00
parent 5824f516b0
commit 0daf666fee
2 changed files with 5 additions and 21 deletions

View File

@@ -121,10 +121,6 @@ class EditorNode extends EditorEntryBase {
}
onInput() {
if (!this.input_.getAttribute('data-arch-value') ||
this.input_.value == '') {
this.input_.setAttribute('data-struct-change', 'x');
}
this.input_.setAttribute('data-arch-value', this.input_.value);
}