Skip to content

Commit

Permalink
Merge pull request #36 from lineupjs/main
Browse files Browse the repository at this point in the history
chore: main->dev
  • Loading branch information
sgratzl authored Apr 13, 2021
2 parents 25345cc + 25d2668 commit 8626707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lineupengine",
"description": "a fast engine for rendering large tables consisting of rows, rows+columns, multiple rows+columns instances.",
"homepage": "https://lineupengine.js.org",
"version": "2.3.0",
"version": "2.4.0",
"author": {
"name": "Samuel Gratzl",
"email": "[email protected]",
Expand Down
5 changes: 2 additions & 3 deletions src/internal/scroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,8 @@ class ScrollHandler {
if (handler.handler.length === 0) {
return;
}
// eslint-disable-next-line no-restricted-globals
// eslint-disable-next-line no-param-reassign
handler.timer = setTimeout(() => {
// eslint-disable-next-line no-param-reassign, no-restricted-globals
handler.timer = self.setTimeout(() => {
this.handle(handler);
// eslint-disable-next-line no-param-reassign
handler.timer = -1;
Expand Down

0 comments on commit 8626707

Please sign in to comment.