1
0
mirror of synced 2025-02-04 06:09:23 +03:00

Remove negative selector for .select2-selected

This broke scroll behaviour when displaying the selected items in the
dropdown.
This commit is contained in:
Edwin Vlieg 2013-09-11 12:58:05 +02:00
parent b4083330b3
commit ca9b55fadb

View File

@ -1402,7 +1402,7 @@ the specific language governing permissions and limitations under the Apache Lic
// abstract // abstract
findHighlightableChoices: function() { findHighlightableChoices: function() {
return this.results.find(".select2-result-selectable:not(.select2-selected):not(.select2-disabled)"); return this.results.find(".select2-result-selectable:not(.select2-disabled)");
}, },
// abstract // abstract