From 79ef1b57dc74fd856ed7c2904d7400d283cc081e Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 25 Aug 2022 09:14:10 -0500 Subject: [PATCH] fix(modal): handleBehavior can be used with controller (#25821) resolves #25820 --- core/src/components/modal/modal-interface.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/components/modal/modal-interface.ts b/core/src/components/modal/modal-interface.ts index 187e3c92bf..cbfe9a045a 100644 --- a/core/src/components/modal/modal-interface.ts +++ b/core/src/components/modal/modal-interface.ts @@ -28,6 +28,7 @@ export interface ModalOptions { initialBreakpoint?: number; backdropBreakpoint?: number; handle?: boolean; + handleBehavior?: ModalHandleBehavior; } export interface ModalAnimationOptions {