Fixed ScrollSync issue

This commit is contained in:
benweet 2014-06-12 21:15:08 +01:00
parent d46e373d64
commit a5719f45de

View File

@ -125,7 +125,7 @@ define([
else { else {
currentEndCb = undefined; currentEndCb = undefined;
elt.scrollTop = endValue; elt.scrollTop = endValue;
endCb(); setTimeout(endCb, 100);
} }
} }