@eva/plugin-renderer-dragonbone 1.2.8-fix.1 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17009,6 +17009,9 @@ var DragonBone = (function (_super) {
17009
17009
  this.renderSystem.rendererManager.register(this);
17010
17010
  this.renderSystem.application.ticker.add(dragonBones$1.PixiFactory._clockHandler, dragonBones$1.PixiFactory);
17011
17011
  };
17012
+ DragonBone.prototype.onDestroy = function () {
17013
+ this.renderSystem.application.ticker.remove(dragonBones$1.PixiFactory._clockHandler, dragonBones$1.PixiFactory);
17014
+ };
17012
17015
  DragonBone.prototype.componentChanged = function (changed) {
17013
17016
  return __awaiter(this, void 0, void 0, function () {
17014
17017
  return __generator(this, function (_a) {