Skip to content

Commit

Permalink
fix(DigitizeButton): prefer modify over translate
Browse files Browse the repository at this point in the history
  • Loading branch information
simonseyock committed Apr 1, 2022
1 parent 6b6b23b commit 63040f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Button/DigitizeButton/DigitizeButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,8 @@ class DigitizeButton extends React.Component<DigitizeButtonProps, DigitizeButton

this.createDrawInteraction();
this.createSelectInteraction();
this.createModifyInteraction();
this.createTranslateInteraction();
this.createModifyInteraction();
}

/**
Expand Down

0 comments on commit 63040f8

Please sign in to comment.