another tweak for positioning of dropdown and scrollbars. fixes #228 again
This commit is contained in:
parent
0d5be21e09
commit
33fd9dc810
@ -999,7 +999,7 @@
|
|||||||
function postRender() {
|
function postRender() {
|
||||||
results.scrollTop(0);
|
results.scrollTop(0);
|
||||||
search.removeClass("select2-active");
|
search.removeClass("select2-active");
|
||||||
if (initial !== true) self.positionDropdown();
|
self.positionDropdown();
|
||||||
}
|
}
|
||||||
|
|
||||||
function render(html) {
|
function render(html) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user