#
luxiaotao1123
2024-03-06 c74518bcf694f2711ddd7d8fdf32b3dbce844939
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;
        }