Skip to content

Commit

Permalink
Restored a test
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Sep 25, 2022
1 parent be87ffa commit 8c181a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wasm/pyxel.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ function _addElements() {
img.tabindex = -1;
body.appendChild(img);
}
setTimeout(() => {
window.scrollTo(0, 1);
}, 1);
}

function _isMobileDevice() {
Expand Down

0 comments on commit 8c181a3

Please sign in to comment.