Skip to content

Commit 9f5f333

Browse files
🤖 format everything with pre-commit by <stirlingbot> (#3347)
Auto-generated by [create-pull-request][1] with **stirlingbot** [1]: https://github.com/peter-evans/create-pull-request Signed-off-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com> Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
1 parent 485fc65 commit 9f5f333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/static/js/redact.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ window.addEventListener('load', (e) => {
331331
document.selection.empty();
332332
}
333333
}
334-
334+
335335
viewer.onmouseup = (e) => {
336336
if (redactionMode !== RedactionModes.TEXT) return;
337337
const containsText = window.getSelection() && window.getSelection().toString() != '';

0 commit comments

Comments
 (0)