同步代码

This commit is contained in:
fan 2023-10-19 17:00:31 +08:00
parent a42a3e79c7
commit e08dfdefc1
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 8550a458fccb2171a7b0889c9853f4716a48823d Subproject commit 4327e3c282182b2a1de2d28046f08c24750a3e95

View File

@ -42,7 +42,7 @@ export class AnimationManager {
} }
destroy() { destroy() {
this.app.pixi?.ticker.remove(this.run, this); this.app.pixi.ticker.remove(this.run, this);
} }
/** /**
* map * map

View File

@ -242,7 +242,7 @@ watch(
function pslHide() { function pslHide() {
pslStore.clearPslParam(); pslStore.clearPslParam();
lineApp.getScene('psl').destroy(); lineApp.getScene('psl').unbindDom();
} }
const dialogInstance = ref(); const dialogInstance = ref();