Fixing reference to undefined this triggering change on multiselect
This commit is contained in:
parent
e84a1207d0
commit
8e46faa1d9
@ -3055,7 +3055,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
|||||||
self.updateSelection(data);
|
self.updateSelection(data);
|
||||||
self.clearSearch();
|
self.clearSearch();
|
||||||
if (triggerChange) {
|
if (triggerChange) {
|
||||||
self.triggerChange(self.buildChangeDetails(oldData, this.data()));
|
self.triggerChange(self.buildChangeDetails(oldData, self.data()));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user