Dispose drag handles listener on dispose.

This commit is contained in:
Davide Tantillo 2025-11-26 16:25:50 +01:00
parent e98c376963
commit 51ad987724

View File

@ -357,6 +357,7 @@ class SpineC3Instance extends globalThis.ISDKWorldInstanceBase {
this.renderer = undefined;
this.skeleton = undefined;
this.state = undefined;
this.dragHandleDispose();
}
/**********/