From ff7803c7293caa7f8aee531f83542c9e4f74a7ac Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 11 Feb 2022 13:47:22 +0800
Subject: [PATCH] 我的标记的修改完善

---
 src/divForms/divForms.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/divForms/divForms.js b/src/divForms/divForms.js
index 27719de..d5ed928 100644
--- a/src/divForms/divForms.js
+++ b/src/divForms/divForms.js
@@ -46,6 +46,8 @@
 
     // 创建元素并追加
     createVideoWindowAll (id) {
+        this.clearMove(id)
+
         this._viewer.scene.postRender.addEventListener(this.movePopup(id))
     }
 

--
Gitblit v1.9.3