fix scroll sync
這個提交存在於:
父節點
82f2de5efa
當前提交
20e74bfef6
共有 1 個檔案被更改,包括 1 行新增 和 1 行删除
|
|
@ -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 () {
|
||||||
|
|
|
||||||
載入中…
新增表格
Add a link
新增問題並參考