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 804726e commit 2924fbcCopy full SHA for 2924fbc
src/components/Board/Board.tsx
@@ -1066,7 +1066,7 @@ const Board = React.forwardRef<BoardActions, BoardProps>(
1066
editor.canvas.on(
1067
"mouse:move",
1068
function (this: fabricTypes.CanvasAnnotationState, opt) {
1069
- const pointer = editor.canvas.getPointer(opt.e);
+ const pointer = editor.canvas.getPointer(opt.e, true);
1070
setLastPointerPosition(pointer);
1071
if (this.isDragging) {
1072
// Right mouse button is pressed
0 commit comments