fix console error
This commit is contained in:
parent
a92ae02454
commit
d64cc3fbf2
|
@ -183,7 +183,9 @@ class OutputMode {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
this.frame.placeholderImage.classList.add("loading");
|
if (this.frame.placeholderImage != null) {
|
||||||
|
this.frame.placeholderImage.classList.add("loading");
|
||||||
|
}
|
||||||
|
|
||||||
this.frame.program.onChanged.push(_ => this.evaluate());
|
this.frame.program.onChanged.push(_ => this.evaluate());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue