Skip to content

Commit

Permalink
fix: 修复clearSelect缺失(fex-team#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
dongggcom committed Aug 15, 2022
1 parent 7aabc8d commit 7b75ac0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ define(function(require, exports, module) {
}
},

clearSelect: function() {
this.removeAllSelectedNodes();
},

destroy: function() {
var modules = this._modules;

Expand Down

0 comments on commit 7b75ac0

Please sign in to comment.