mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(all): import path is now correct when using ionic in a stencil app (#25123)
resolves #25122
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { getScrollElement, scrollByPoint } from '@utils/content';
|
||||
|
||||
import { getScrollElement, scrollByPoint } from '../../content';
|
||||
import { pointerCoord, raf } from '../../helpers';
|
||||
|
||||
import { isFocused, relocateInput } from './common';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { findClosestIonContent } from '@utils/content';
|
||||
import { findClosestIonContent } from '../../content';
|
||||
|
||||
const PADDING_TIMER_KEY = '$ionPaddingTimer';
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import { findClosestIonContent } from '@utils/content';
|
||||
|
||||
import type { Config } from '../../interface';
|
||||
import { findClosestIonContent } from '../content';
|
||||
import { componentOnReady } from '../helpers';
|
||||
|
||||
import { enableHideCaretOnScroll } from './hacks/hide-caret';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { readTask, writeTask } from '@stencil/core';
|
||||
import { findClosestIonContent, scrollToTop } from '@utils/content';
|
||||
|
||||
import { findClosestIonContent, scrollToTop } from './content';
|
||||
import { componentOnReady } from './helpers';
|
||||
|
||||
export const startStatusTap = () => {
|
||||
|
||||
Reference in New Issue
Block a user