From e29fffcbf6cbc426c459156f072ba2edac1716e5 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 06 三月 2024 09:13:44 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/pages/map/utils.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/zy-asrs-flow/src/pages/map/utils.js b/zy-asrs-flow/src/pages/map/utils.js
index 902c76b..bef2076 100644
--- a/zy-asrs-flow/src/pages/map/utils.js
+++ b/zy-asrs-flow/src/pages/map/utils.js
@@ -28,6 +28,7 @@
sprite.anchor.set(0.5);
sprite.cursor = 'pointer';
sprite.eventMode = 'static';
+ sprite.data = {};
}
export const beMovable = (sprite, setDidClickSprite) => {
--
Gitblit v1.9.1