diff --git a/src/components/Modal/BottomDockedModal/index.tsx b/src/components/Modal/BottomDockedModal/index.tsx index 2194af4ad74c1..953eabae10b8c 100644 --- a/src/components/Modal/BottomDockedModal/index.tsx +++ b/src/components/Modal/BottomDockedModal/index.tsx @@ -102,6 +102,9 @@ function BottomDockedModal({ useEffect( () => () => { onModalWillHide(); + if (handleRef.current) { + InteractionManager.clearInteractionHandle(handleRef.current); + } setIsVisibleState(false); setIsContainerOpen(false);