Skip to content

Commit

Permalink
Prevent key navigation events even when range is not moved.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-5 authored Jan 22, 2025
1 parent f2b290e commit c63f2c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/js/modules/SelectRange/SelectRange.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,9 +529,8 @@ export default class SelectRange extends Module {
}

this.layoutElement();

return true;
}
return true;
}

rangeRemoved(removed){
Expand Down

0 comments on commit c63f2c5

Please sign in to comment.