同步代码
This commit is contained in:
parent
a42a3e79c7
commit
e08dfdefc1
@ -1 +1 @@
|
||||
Subproject commit 8550a458fccb2171a7b0889c9853f4716a48823d
|
||||
Subproject commit 4327e3c282182b2a1de2d28046f08c24750a3e95
|
@ -42,7 +42,7 @@ export class AnimationManager {
|
||||
}
|
||||
|
||||
destroy() {
|
||||
this.app.pixi?.ticker.remove(this.run, this);
|
||||
this.app.pixi.ticker.remove(this.run, this);
|
||||
}
|
||||
/**
|
||||
* 图形对象的所有动画map
|
||||
|
@ -242,7 +242,7 @@ watch(
|
||||
|
||||
function pslHide() {
|
||||
pslStore.clearPslParam();
|
||||
lineApp.getScene('psl').destroy();
|
||||
lineApp.getScene('psl').unbindDom();
|
||||
}
|
||||
|
||||
const dialogInstance = ref();
|
||||
|
Loading…
Reference in New Issue
Block a user