From e8efe7370ab9f2b9dfb07b0ae70b0e06d98e37c8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 01 Apr 2023 17:18:35 +0800
Subject: [PATCH] 菜单栏调整和视频监控调整,每个页面初始化位置调整
---
src/utils/plot/edit/Edit.js | 17 +++++------------
1 files changed, 5 insertions(+), 12 deletions(-)
diff --git a/src/utils/plot/edit/Edit.js b/src/utils/plot/edit/Edit.js
index 41299f2..870bb04 100644
--- a/src/utils/plot/edit/Edit.js
+++ b/src/utils/plot/edit/Edit.js
@@ -93,11 +93,11 @@
}
/**
- *
- * @param pickedAnchor
- * @param position
- * @private
- */
+ *
+ * @param pickedAnchor
+ * @param position
+ * @private
+ */
_onEditStop ({ pickedAnchor, position }) {
this._unbindEvent()
this._viewer.curEditTool.deactivate()
@@ -133,13 +133,6 @@
this
)
this.curEditTool.off(PlotEventType.EDIT_STOP, this._onEditStop, this)
- }
-
- stop () {
- this._delegate &&
- this._viewer.scene.postProcessStages.remove(this._delegate)
- this._delegate = undefined
- return this
}
/**
--
Gitblit v1.9.3