Преглед на файлове

prevent scrolling when dropdown is opened. fixes #1540

Igor Vaynberg преди 11 години
родител
ревизия
59df6b4c9a
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      select2.js

+ 1 - 0
select2.js

@@ -1281,6 +1281,7 @@ the specific language governing permissions and limitations under the Apache Lic
             // show the elements
             mask.show();
 
+            this.positionDropdown();
             this.dropdown.show();
             this.positionDropdown();