Skip to content

Commit 35b7e7a

Browse files
committed
revert: revert change to pen behavior on pointerdown
1 parent 1e57b71 commit 35b7e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/UI/pen.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ function handleDocumentPointerdown(e) {
2323
path = null;
2424
lines = [];
2525
_candraw = true;
26-
if (!e.srcElement.classList.contains('annotationLayer')) {
26+
/* if (!e.srcElement.classList.contains('annotationLayer')) {
2727
return;
28-
}
28+
} */
2929
e.preventDefault();
3030
}
3131

0 commit comments

Comments
 (0)