MINOR Deselecting tree items after swtiching back from multi-select (fixes #6810, thanks wolfv)

This commit is contained in:
Ingo Schommer 2011-12-21 10:19:42 +01:00
parent cdedbb8d37
commit 0d26776e09

View File

@ -260,6 +260,7 @@
onunmatch: function() {
this._super();
this.jstree('uncheck_all');
this.jstree('hide_checkboxes');
},
/**