diff --git a/resources/assets/js/annotations/annotatorContainer.vue b/resources/assets/js/annotations/annotatorContainer.vue index 1e44a9c8e..5d2b3bb33 100644 --- a/resources/assets/js/annotations/annotatorContainer.vue +++ b/resources/assets/js/annotations/annotatorContainer.vue @@ -163,6 +163,9 @@ export default { }, annotationCount() { return this.annotations.length; + }, + highlightSettingsTab() { + return this.annotationOpacity === 0; } }, methods: { diff --git a/resources/views/annotations/show/tabs/settings.blade.php b/resources/views/annotations/show/tabs/settings.blade.php index 598a0341a..7e38553f7 100644 --- a/resources/views/annotations/show/tabs/settings.blade.php +++ b/resources/views/annotations/show/tabs/settings.blade.php @@ -1,4 +1,4 @@ - +