From d71bf49951b25e322b61aeb31f875002f6b59cbc Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期六, 02 三月 2024 17:01:50 +0800 Subject: [PATCH] # --- zy-asrs-flow/src/pages/map/components/edit.jsx | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/zy-asrs-flow/src/pages/map/components/edit.jsx b/zy-asrs-flow/src/pages/map/components/edit.jsx index 3a3600f..e83ff62 100644 --- a/zy-asrs-flow/src/pages/map/components/edit.jsx +++ b/zy-asrs-flow/src/pages/map/components/edit.jsx @@ -8,7 +8,6 @@ const Edit = (props) => { const [dragging, setDragging] = useState(false); const [dragSprite, setDragSprite] = useState(null); - const { mapContainer } = props; useEffect(() => { const handleMouseMove = (e) => { -- Gitblit v1.9.1