#
luxiaotao1123
2024-03-06 6faf59b2a3c35904a8486d4c0f92c7f85e9d8be5
zy-asrs-flow/src/pages/map/utils.js
@@ -1,6 +1,4 @@
let app = null;
let mapContainer = null;
@@ -60,6 +58,7 @@
        if (dragTarget) {
            setDidClickSprite(false);
            this.parent.off('pointermove');
            this.parent.off('pointerup');
            dragTarget.alpha = 1;
            dragTarget = null;
        }