瀏覽代碼

Update dist

lazything 10 年之前
父節點
當前提交
a4d45d4f17
共有 6 個文件被更改,包括 8 次插入4 次删除
  1. 2 1
      dist/js/select2.amd.full.js
  2. 2 1
      dist/js/select2.amd.js
  3. 2 1
      dist/js/select2.full.js
  4. 0 0
      dist/js/select2.full.min.js
  5. 2 1
      dist/js/select2.js
  6. 0 0
      dist/js/select2.min.js

+ 2 - 1
dist/js/select2.amd.full.js

@@ -3176,7 +3176,8 @@ define('select2/dropdown/attachBody',[
     $dropdown.addClass('select2-container--open');
 
     $dropdown.css({
-      position: 'absolute'
+      position: 'absolute',
+      top: -999999
     });
 
     $dropdown.width($container.outerWidth(false));

+ 2 - 1
dist/js/select2.amd.js

@@ -3176,7 +3176,8 @@ define('select2/dropdown/attachBody',[
     $dropdown.addClass('select2-container--open');
 
     $dropdown.css({
-      position: 'absolute'
+      position: 'absolute',
+      top: -999999
     });
 
     $dropdown.width($container.outerWidth(false));

+ 2 - 1
dist/js/select2.full.js

@@ -12711,7 +12711,8 @@ define('select2/dropdown/attachBody',[
     $dropdown.addClass('select2-container--open');
 
     $dropdown.css({
-      position: 'absolute'
+      position: 'absolute',
+      top: -999999
     });
 
     $dropdown.width($container.outerWidth(false));

File diff suppressed because it is too large
+ 0 - 0
dist/js/select2.full.min.js


+ 2 - 1
dist/js/select2.js

@@ -3604,7 +3604,8 @@ define('select2/dropdown/attachBody',[
     $dropdown.addClass('select2-container--open');
 
     $dropdown.css({
-      position: 'absolute'
+      position: 'absolute',
+      top: -999999
     });
 
     $dropdown.width($container.outerWidth(false));

File diff suppressed because it is too large
+ 0 - 0
dist/js/select2.min.js


Some files were not shown because too many files changed in this diff