зеркало из https://github.com/github/catalyst.git
Remove default `document.body` from function signature
This commit is contained in:
Родитель
d81a887a93
Коммит
9fc890bc0d
|
@ -56,7 +56,7 @@ const strategies: Record<string, Strategy> = {
|
|||
}
|
||||
|
||||
const timers = new WeakMap<Element, number>()
|
||||
function scan(node: Element = document.body) {
|
||||
function scan(node: Element) {
|
||||
cancelAnimationFrame(timers.get(node) || 0)
|
||||
timers.set(
|
||||
node,
|
||||
|
|
Загрузка…
Ссылка в новой задаче