Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
azmy60 committed Oct 8, 2024
1 parent b57aef8 commit 5743167
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/js/modules/SelectRange/SelectRange.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,8 @@ export default class SelectRange extends Module {
this.registerTableOption("selectableRangeRows", false); //enable selectable range
this.registerTableOption("selectableRangeClearCells", false); //allow clearing of active range
this.registerTableOption("selectableRangeClearCellsValue", undefined); //value for cleared active range
<<<<<<< Updated upstream
this.registerTableOption("selectableRangeAutoFocus", true); //focus on a cell after resetRanges
=======
this.registerTableOption("selectableRangeBlurEditOnNavigate", undefined); //prevent editing on navigation
>>>>>>> Stashed changes

this.registerTableFunction("getRangesData", this.getRangesData.bind(this));
this.registerTableFunction("getRanges", this.getRanges.bind(this));
Expand Down

0 comments on commit 5743167

Please sign in to comment.