Skip to content

Commit

Permalink
fix: 🐛 Error moving other tools' handles with bidirectional (#1213)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesAPetts authored Apr 9, 2020
1 parent 5692e5c commit 3fb6cf6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import updatePerpendicularLineHandles from './utils/updatePerpendicularLineHandl
export default function(evt, interactionType) {
const eventData = evt.detail;
const { element, image, buttons } = eventData;

const config = this.configuration;

if (checkPixelSpacing(image)) {
Expand Down

0 comments on commit 3fb6cf6

Please sign in to comment.