We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1065e commit 61d1ef6Copy full SHA for 61d1ef6
src/components/Navigator/QuickNavigationModal.vue
@@ -145,7 +145,7 @@ import keyboardNavigation from 'docc-render/mixins/keyboardNavigation';
145
import LRUMap from 'docc-render/utils/lru-map';
146
import { convertChildrenArrayToObject, getParents } from 'docc-render/utils/navigatorData';
147
import { fetchDataForPreview } from 'docc-render/utils/data';
148
-import { SCROLL_LOCK_DISABLE_ATTR } from '@/utils/scroll-lock';
+import { SCROLL_LOCK_DISABLE_ATTR } from 'docc-render/utils/scroll-lock';
149
150
const { PreviewState } = QuickNavigationPreview.constants;
151
0 commit comments