mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-21 08:45:06 +02:00
...
This commit is contained in:
parent
dcb425ebbf
commit
cff2e9b347
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ function scroll_to_bookmark(bookmark) {
|
|||
$.scrollTo($(bm[0]), 1000,
|
||||
{
|
||||
over:ratio,
|
||||
axis: 'y',
|
||||
axis: 'y', // Do not scroll in the x direction
|
||||
onAfter:function(){window.py_bridge.animated_scroll_done()}
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue