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 789bdcc commit 1e73299Copy full SHA for 1e73299
Tekst-Web/src/components/resource/JumpToContentWidget.vue
@@ -48,6 +48,11 @@ async function handleClick() {
48
49
<template>
50
<content-container-header-widget
51
+ v-if="
52
+ resource.level === browse.level &&
53
+ resource.config.general.searchableAdv &&
54
+ resource.config.general.searchableQuick
55
+ "
56
:full="full"
57
:title="
58
direction === 'before' ? $t('contents.tipBtnPrevChange') : $t('contents.tipBtnNextChange')
0 commit comments