From 6affa25e79e8df38d627e948fbce41a7c0a6ec9f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 09 Feb 2022 11:05:47 +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