mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
fix(modal): compatibility with stencil libraries/apps (#26448)
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||
import { GESTURE } from '@utils/overlays';
|
|
||||||
|
|
||||||
import type { Animation } from '../../../interface';
|
import type { Animation } from '../../../interface';
|
||||||
|
import { GESTURE } from '../../../utils/overlays';
|
||||||
|
|
||||||
export const handleCanDismiss = async (el: HTMLIonModalElement, animation: Animation) => {
|
export const handleCanDismiss = async (el: HTMLIonModalElement, animation: Animation) => {
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user