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);