Skip to content

Commit e4dc643

Browse files
committed
npm lint fix
1 parent 7f26c2b commit e4dc643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UI/text.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function handleDocumentMouseup(e) {
2121
if (input || !findSVGAtPoint(e.clientX, e.clientY)) {
2222
return;
2323
}
24-
24+
2525
input = document.createElement('input');
2626
input.setAttribute('id', 'pdf-annotate-text-input');
2727
input.setAttribute('placeholder', 'Enter text');

0 commit comments

Comments
 (0)