Skip to content

Commit 7a98fa0

Browse files
fix lint
1 parent 4c7ed57 commit 7a98fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx-file-drop/ngx-file-drop.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class NgxFileDropComponent implements OnDestroy {
113113
}
114114

115115
public onDragOver(event: Event): void {
116-
if(this.useDragEnter){
116+
if (this.useDragEnter) {
117117
this.preventAndStop(event);
118118
} else if (!this.isDropzoneDisabled() && !this.useDragEnter) {
119119
if (!this.isDraggingOverDropZone) {

0 commit comments

Comments
 (0)