Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
georgipeltekov committed Apr 15, 2020
1 parent 4c7ed57 commit 7a98fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngx-file-drop/ngx-file-drop.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export class NgxFileDropComponent implements OnDestroy {
}

public onDragOver(event: Event): void {
if(this.useDragEnter){
if (this.useDragEnter) {
this.preventAndStop(event);
} else if (!this.isDropzoneDisabled() && !this.useDragEnter) {
if (!this.isDraggingOverDropZone) {
Expand Down

0 comments on commit 7a98fa0

Please sign in to comment.