Skip to content

Commit

Permalink
fix(modal): handleBehavior can be used with controller (#25821)
Browse files Browse the repository at this point in the history
resolves #25820
  • Loading branch information
liamdebeasi authored Aug 25, 2022
1 parent 3b45ae7 commit 79ef1b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/components/modal/modal-interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export interface ModalOptions<T extends ComponentRef = ComponentRef> {
initialBreakpoint?: number;
backdropBreakpoint?: number;
handle?: boolean;
handleBehavior?: ModalHandleBehavior;
}

export interface ModalAnimationOptions {
Expand Down

0 comments on commit 79ef1b5

Please sign in to comment.