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

another tweak for positioning of dropdown and scrollbars. fixes #228 again

This commit is contained in:
Igor Vaynberg 2012-07-20 17:12:58 +03:00
parent 0d5be21e09
commit 33fd9dc810

View File

@ -999,7 +999,7 @@
function postRender() {
results.scrollTop(0);
search.removeClass("select2-active");
if (initial !== true) self.positionDropdown();
self.positionDropdown();
}
function render(html) {