We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3bfa2 commit 2a7286fCopy full SHA for 2a7286f
src/components/Board/Board.tsx
@@ -1126,7 +1126,6 @@ const Board = React.forwardRef<BoardActions, BoardProps>(
1126
function (this: fabricTypes.CanvasAnnotationState, opt) {
1127
const evt = opt.e as MouseEvent;
1128
if (evt.button === 1) {
1129
- console.log("relesed");
1130
// Right mouse button
1131
this.isDragging = false;
1132
this.selection = true;
0 commit comments