From 8e3b8bd94b18fd7835ed21eefd715593a9b2bcc4 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 15 Feb 2022 16:22:36 +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