Change <dialog> for ErrorDialog in <div> because only Chrome knows <dialog>

This commit is contained in:
GRL 2021-06-04 16:32:07 +02:00
parent bacd260547
commit 3e19234edc
2 changed files with 8 additions and 5 deletions

View file

@ -60,7 +60,6 @@ class WaScaleManager {
public saveZoom(): void {
this._saveZoom = this.hdpiManager.zoomModifier;
console.log(this._saveZoom);
}
public restoreZoom(): void{