1
0
mirror of synced 2024-11-22 21:16:10 +03:00

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

This commit is contained in:
Wayne Dietz 2015-08-06 10:17:03 -05:00
parent 512269fa40
commit d37d6d6cac

View File

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