Small bugfixes for NP theme

This commit is contained in:
Pieter Vander Vennet 2021-09-09 23:24:21 +02:00
parent 550a2030ad
commit abbd617ca2
2 changed files with 7 additions and 3 deletions

View file

@ -105,7 +105,7 @@ export default class ExportPDF {
}
private cleanup() {
// new FixedUiElement("Screenshot taken!").AttachTo(this.freeDivId)
new FixedUiElement("Screenshot taken!").AttachTo(this.freeDivId)
this._screenhotTaken = true;
}