Skip to content

Commit 5c56b38

Browse files
techievivekOSBotify
authored andcommitted
Merge pull request #62023 from nkdengineer/fix/61986
[CP Staging] fix: unable to delete approval workflow (cherry picked from commit cb85ede) (cherry-picked to staging by mountiny)
1 parent 9c1dd5d commit 5c56b38

File tree

1 file changed

+3
-0
lines changed
  • src/components/Modal/BottomDockedModal

1 file changed

+3
-0
lines changed

src/components/Modal/BottomDockedModal/index.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ function BottomDockedModal({
102102
useEffect(
103103
() => () => {
104104
onModalWillHide();
105+
if (handleRef.current) {
106+
InteractionManager.clearInteractionHandle(handleRef.current);
107+
}
105108

106109
setIsVisibleState(false);
107110
setIsContainerOpen(false);

0 commit comments

Comments
 (0)