فهرست منبع

Fix issue in IE 8-11 that prevents typing characters that require multiple key presses to produce a single glyph.

Wayne Dietz 9 سال پیش
والد
کامیت
d37d6d6cac
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      src/js/select2/dropdown/attachBody.js

+ 0 - 2
src/js/select2/dropdown/attachBody.js

@@ -177,8 +177,6 @@ define([
   };
   };
 
 
   AttachBody.prototype._resizeDropdown = function () {
   AttachBody.prototype._resizeDropdown = function () {
-    this.$dropdownContainer.width();
-
     var css = {
     var css = {
       width: this.$container.outerWidth(false) + 'px'
       width: this.$container.outerWidth(false) + 'px'
     };
     };