shuishen
2023-03-30 81b4bca516d37a36854181d60215e6ceaddc5e9c
src/utils/plot/edit/Edit.js
@@ -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
    }
    /**