mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
parent
28bd2fcae7
commit
7ba53b7c67
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ export function scrollline(n = 1) {
|
|||
}
|
||||
//#content
|
||||
export function scrollpage(n = 1) {
|
||||
window.scrollBy(0, n)
|
||||
window.scrollBy(0, window.innerHeight * n)
|
||||
}
|
||||
|
||||
/** @hidden */
|
||||
|
|
Loading…
Add table
Reference in a new issue