Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Jul 17, 2024
1 parent b583efd commit 4229f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/drawShapeEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export class DrawShapeEditor {
originalProps = {
mathShape: newProps.mathShape,
referencePoints: newProps.referencePoints
}
};

// prevent bubbling upwards
event.cancelBubble = true;
Expand Down

0 comments on commit 4229f9b

Please sign in to comment.