shuishen
2023-05-08 e24f70ababdee2b4fdce71c6b80a9bc928fa0331
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
    }
    /**