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.
skip-nav
1 parent 34f8c40 commit 2deee43Copy full SHA for 2deee43
src/App.vue
@@ -14,7 +14,7 @@
14
:class="{ fromkeyboard: fromKeyboard, hascustomheader: hasCustomHeader }"
15
>
16
<div :id="AppTopID" />
17
- <a href="#main" id="skip-nav">{{ $t('accessibility.skip-navigation') }}</a>
+ <a href="#main" id="skip-nav" v-if="!isTargetIDE">{{ $t('accessibility.skip-navigation') }}</a>
18
<InitialLoadingPlaceholder />
19
<slot name="header" :isTargetIDE="isTargetIDE">
20
<SuggestLang v-if="enablei18n" />
0 commit comments