fix(modal): compatibility with stencil libraries/apps (#26448)

This commit is contained in:
Sean Perkins
2022-12-08 15:57:53 -05:00
committed by GitHub
parent 6309133779
commit 1aa1068df7

View File

@ -1,6 +1,5 @@
import { GESTURE } from '@utils/overlays';
import type { Animation } from '../../../interface';
import { GESTURE } from '../../../utils/overlays';
export const handleCanDismiss = async (el: HTMLIonModalElement, animation: Animation) => {
/**