Merge pull request #3654 from wdietz/master
Fix IE 8-11 not showing Chinese characters
This commit is contained in:
commit
700f7908fc
2
src/js/select2/dropdown/attachBody.js
vendored
2
src/js/select2/dropdown/attachBody.js
vendored
@ -177,8 +177,6 @@ define([
|
||||
};
|
||||
|
||||
AttachBody.prototype._resizeDropdown = function () {
|
||||
this.$dropdownContainer.width();
|
||||
|
||||
var css = {
|
||||
width: this.$container.outerWidth(false) + 'px'
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user