Skip to content

Commit

Permalink
ACS-6067 Removed redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderSklorz committed Nov 9, 2023
1 parent 27699c0 commit 90e4e3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/core/src/lib/viewer/components/pdf-viewer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ export class PdfViewerComponent implements OnChanges, OnDestroy {
renderingQueue: this.renderingQueueServices,
eventBus: this.eventBus
});
this.isPanelDisabled = true;

// cspell: disable-next
this.eventBus.on('pagechanging', this.onPageChange);
Expand Down

0 comments on commit 90e4e3d

Please sign in to comment.