mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Deselecting tree items after swtiching back from multi-select (fixes #6810, thanks wolfv)
This commit is contained in:
parent
cdedbb8d37
commit
0d26776e09
@ -260,6 +260,7 @@
|
||||
onunmatch: function() {
|
||||
this._super();
|
||||
|
||||
this.jstree('uncheck_all');
|
||||
this.jstree('hide_checkboxes');
|
||||
},
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user