fix incorrect reference. fixes #1530
This commit is contained in:
parent
eaf2704a18
commit
99dbc66d95
@ -2978,7 +2978,7 @@ the specific language governing permissions and limitations under the Apache Lic
|
||||
self.updateSelection(data);
|
||||
self.clearSearch();
|
||||
if (triggerChange) {
|
||||
self.triggerChange(this.buildChangeDetails(oldData, this.data()));
|
||||
self.triggerChange(self.buildChangeDetails(oldData, this.data()));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user