|
@@ -14,6 +14,7 @@ import { magnifierService } from "./Service/MagnifierService.js";
|
|
import { textService } from "./Service/TextService.js";
|
|
import { textService } from "./Service/TextService.js";
|
|
import { svgService } from "./Service/SVGService.js";
|
|
import { svgService } from "./Service/SVGService.js";
|
|
import { mathUtil } from "./Util/MathUtil.js";
|
|
import { mathUtil } from "./Util/MathUtil.js";
|
|
|
|
+import { historyService } from "./Service/HistoryService.js";
|
|
|
|
|
|
export default class Load {
|
|
export default class Load {
|
|
constructor(layer) {
|
|
constructor(layer) {
|
|
@@ -280,6 +281,7 @@ export default class Load {
|
|
this.layer.updateForLocation();
|
|
this.layer.updateForLocation();
|
|
}
|
|
}
|
|
this.layer.history.init();
|
|
this.layer.history.init();
|
|
|
|
+
|
|
this.layer.renderer.autoRedraw();
|
|
this.layer.renderer.autoRedraw();
|
|
}
|
|
}
|
|
|
|
|