Skip to content

Commit

Permalink
remove var.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Rosenau authored and Nick Rosenau committed Nov 22, 2023
1 parent e57b55c commit 45263a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SelectionHandler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ export default class SelectionHandler extends React.PureComponent<SelectionHandl
if (e.shiftKey) {
if (this.state.aminoAcidShiftStart) {
selectionStart = this.state.aminoAcidShiftStart;
selectionEnd = selectionEnd;
} else {
this.setState({ aminoAcidShiftStart: selectionStart });
}
Expand Down

0 comments on commit 45263a0

Please sign in to comment.