Skip to content
Snippets Groups Projects

Improved ref switcher dropdown performance

Merged Phil Hughes requested to merge ref-switcher-perf into master
2 files
+ 14
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -249,7 +249,7 @@
_this.fullData = data;
_this.parseData(_this.fullData);
_this.focusTextInput();
if (_this.options.filterable && _this.filter && _this.filter.input) {
if (_this.options.filterable && _this.filter && _this.filter.input && _this.filter.input.text() !== '') {
return _this.filter.input.trigger('input');
}
};
Loading