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 1e57b71 commit 35b7e7aCopy full SHA for 35b7e7a
src/UI/pen.js
@@ -23,9 +23,9 @@ function handleDocumentPointerdown(e) {
23
path = null;
24
lines = [];
25
_candraw = true;
26
- if (!e.srcElement.classList.contains('annotationLayer')) {
+ /* if (!e.srcElement.classList.contains('annotationLayer')) {
27
return;
28
- }
+ } */
29
e.preventDefault();
30
}
31
0 commit comments