|
|
@@ -1178,7 +1178,7 @@
|
|
|
|
|
|
this.$toolbar.append(html.join(''));
|
|
|
$search = this.$toolbar.find('.search input');
|
|
|
- $search.off('keyup drop').on('keyup drop', function (event) {
|
|
|
+ $search.off('keyup drop blur').on('keyup drop blur', function (event) {
|
|
|
if (that.options.searchOnEnterKey && event.keyCode !== 13) {
|
|
|
return;
|
|
|
}
|