Skip to content
Snippets Groups Projects
Commit f3bc32b6 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

[merge addon] Synchronize vertical scrolling

parent 4d85080d
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@
targetPos = targetPos * mix + (otherInfo.height - otherInfo.clientHeight - botDist) * (1 - mix);
}
other.scrollTo(null, targetPos);
other.scrollTo(sInfo.left, targetPos);
other.state.scrollSetAt = now;
other.state.scrollSetBy = dv;
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment