Skip to content

Commit

Permalink
update: media
Browse files Browse the repository at this point in the history
  • Loading branch information
kainonly committed Mar 27, 2023
1 parent fb4a02f commit fc4e2a6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions library/media/view/view.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ export class WpxMediaViewComponent implements OnInit, AfterViewInit {
this.calculate(entry.contentRect.width);
}
});
// if (this.modalRef) {
// this.modalRef.afterOpen.subscribe(() => {
// this.modalRef.updateConfig({
// nzTitle: this.wpxSearchRef
// });
// });
// }
}

ngAfterViewInit(): void {
Expand Down

0 comments on commit fc4e2a6

Please sign in to comment.