Instant update of all labels, with the structure catching up later.
Fixes #16
This commit is contained in:
@@ -42,6 +42,11 @@ class EditorInputBase extends EditorEntryBase {
|
||||
|
||||
onInput() {
|
||||
this.elem_.setAttribute('data-arch-render', '');
|
||||
let objs = document.getElementsByClassName('grid-' + this.getId());
|
||||
if (objs.length == 1) {
|
||||
objs[0].innerText = this.getLabel();
|
||||
objs[0].xArchFixSize();
|
||||
}
|
||||
}
|
||||
|
||||
onBlur() {
|
||||
|
||||
Reference in New Issue
Block a user