Skip to content

Commit

Permalink
disable scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
AlterTobi committed Nov 10, 2023
1 parent eb73133 commit 01372d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wayfarer-keyboard-review.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -525,10 +525,12 @@
const card = document.getElementById(cc.id);
restyle(card, 'highlighted');
cc.draw(card);
/*
card.scrollIntoView({
behavior: 'smooth',
block: 'center'
});
*/
}
},
cards: [
Expand Down

0 comments on commit 01372d6

Please sign in to comment.