From a3fadb577e4d18c1d7ff60e23be4f3d27f63b9a3 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 17 Jan 2022 17:07:52 +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