Skip to content

Commit 6255ec9

Browse files
committed
Fix lint.
1 parent 6fd23f4 commit 6255ec9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/display/editor/annotation_editor_layer.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,9 @@ class AnnotationEditorLayer {
184184
this.disableTextSelection();
185185
this.togglePointerEvents(true);
186186
this.enableClick();
187-
this.addNewEditor({ /* eraser */});
187+
this.addNewEditor({
188+
/* eraser */
189+
});
188190
break;
189191
case AnnotationEditorType.INK:
190192
this.disableTextSelection();

web/annotation_editor_layer_builder.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
cursor: none;
178178
}
179179

180-
.annotationEditorLayer.eraserEditing .editToolbar{
180+
.annotationEditorLayer.eraserEditing.editToolbar{
181181
display: none;
182182
}
183183

0 commit comments

Comments
 (0)