Skip to content

Commit 2deee43

Browse files
authored
Disable skip-nav VO link in IDE (#622) rdar://108634054
Disable `skip-nav` VO link in IDE rdar://108634054
1 parent 34f8c40 commit 2deee43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:class="{ fromkeyboard: fromKeyboard, hascustomheader: hasCustomHeader }"
1515
>
1616
<div :id="AppTopID" />
17-
<a href="#main" id="skip-nav">{{ $t('accessibility.skip-navigation') }}</a>
17+
<a href="#main" id="skip-nav" v-if="!isTargetIDE">{{ $t('accessibility.skip-navigation') }}</a>
1818
<InitialLoadingPlaceholder />
1919
<slot name="header" :isTargetIDE="isTargetIDE">
2020
<SuggestLang v-if="enablei18n" />

0 commit comments

Comments
 (0)