#
luxiaotao1123
2024-03-12 3f462a52c730c17080d3c3aa977b6c28fbe34c83
zy-asrs-flow/src/pages/map/index.jsx
@@ -163,6 +163,7 @@
    // 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;