#
luxiaotao1123
2024-03-12 f4fe7837784c84068a0b43fc9256cacaf6106536
zy-asrs-flow/src/pages/map/index.jsx
@@ -163,7 +163,6 @@
    // Add New Device
    const onDrop = (sprite, type, x, y) => {
        console.log(sprite);
        const { mapX, mapY } = Utils.getRealPosition(x, y, mapContainer);
        sprite.x = mapX;
        sprite.y = mapY;