From 7b75ac05c3cb29e6affcbc5a5d5c65e382ea5a17 Mon Sep 17 00:00:00 2001 From: Simon Dong <1961396030@qq.com> Date: Mon, 15 Aug 2022 10:55:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DclearSelect=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1(#88)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/module.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/core/module.js b/src/core/module.js index 362d02e0..7f8a412b 100644 --- a/src/core/module.js +++ b/src/core/module.js @@ -125,6 +125,10 @@ define(function(require, exports, module) { } }, + clearSelect: function() { + this.removeAllSelectedNodes(); + }, + destroy: function() { var modules = this._modules;