mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51: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
|
//#content
|
||||||
export function scrollpage(n = 1) {
|
export function scrollpage(n = 1) {
|
||||||
window.scrollBy(0, n)
|
window.scrollBy(0, window.innerHeight * n)
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @hidden */
|
/** @hidden */
|
||||||
|
|
Loading…
Add table
Reference in a new issue