Skip to content

Commit

Permalink
chore: revert cursor routing in main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ellvix committed Jun 19, 2024
1 parent 9acc5fa commit 69874ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ class Control {
let lastPlayed = '';

// testing for braille cursor routing
/*
document.addEventListener('selectionchange', function (e) {
// notes:
// this basically works
Expand All @@ -309,6 +310,7 @@ class Control {
audio.playEnd();
}
});
*/

// control eventlisteners
constants.events.push([
Expand Down

0 comments on commit 69874ba

Please sign in to comment.