Skip to content

Commit

Permalink
fix: (Ellipsis) wrong import with alias
Browse files Browse the repository at this point in the history
  • Loading branch information
awmleer committed Mar 2, 2022
1 parent 9cf7b93 commit d880197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ellipsis/ellipsis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { useIsomorphicLayoutEffect } from 'ahooks'
import {
PropagationEvent,
withStopPropagation,
} from 'antd-mobile/src/utils/with-stop-propagation'
} from '../../utils/with-stop-propagation'

const classPrefix = `adm-ellipsis`

Expand Down

1 comment on commit d880197

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.