|
|
@@ -856,7 +856,7 @@
|
|
|
|
|
|
this.$toolbar.append(html.join(''));
|
|
|
$search = this.$toolbar.find('.search input');
|
|
|
- $search.off('keyup').on('keyup', function (event) {
|
|
|
+ $search.off('keyup drop').on('keyup drop', function (event) {
|
|
|
clearTimeout(timeoutId); // doesn't matter if it's 0
|
|
|
timeoutId = setTimeout(function () {
|
|
|
that.onSearch(event);
|