#
luxiaotao1123
2024-03-03 81ec08bd0f5a2ffc8acc9955f7cf80654ab480e8
zy-asrs-flow/src/pages/map/index.jsx
@@ -77,7 +77,7 @@
    }
    const onDrop = (sprite, x, y) => {
        const { mapX, mapY } = Utils.getRealPosition(x, y, mapContainer.scale.x);
        const { mapX, mapY } = Utils.getRealPosition(x, y, mapContainer);
        sprite.x = mapX;
        sprite.y = mapY;
        mapContainer.addChild(sprite);