Skip to content

Commit

Permalink
dfeat(design): remove deprecated tag on onBackdropClicked in `DaffS…
Browse files Browse the repository at this point in the history
…idebarViewportBackdropComponent` (#2874)
  • Loading branch information
xelaint committed Jun 14, 2024
1 parent 5c91c6e commit c2912d8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ export class DaffSidebarViewportBackdropComponent implements OnInit {
}
}

/**
* @deprecated
* Backdrop event that triggers when the backdrop element is clicked.
*/
@HostListener('click')
onBackdropClicked(): void {
this.backdropClicked.emit();
Expand Down

0 comments on commit c2912d8

Please sign in to comment.