fix scroll sync

這個提交存在於:
Matthew Scragg 2014-09-26 17:40:21 -05:00
父節點 82f2de5efa
當前提交 20e74bfef6

檢視檔案

@ -568,7 +568,7 @@ function syncPreview() {
// Set the scroll position of the preview pane to match. jQuery will // Set the scroll position of the preview pane to match. jQuery will
// gracefully handle out-of-bounds values. // gracefully handle out-of-bounds values.
$prev.scrollTop(scrollFactor * previewScrollRange); $prev.parent().scrollTop(scrollFactor * previewScrollRange);
} }
window.onload = function () { window.onload = function () {