diff --git a/src/views/common/DocumentSearch.vue b/src/views/common/DocumentSearch.vue index e8e45a3..d0ce2a6 100644 --- a/src/views/common/DocumentSearch.vue +++ b/src/views/common/DocumentSearch.vue @@ -509,7 +509,7 @@ export default { } const textLayer = container.querySelector('.textLayer') if (textLayer) { - textLayer.style.display = 'none' + textLayer.style.display = '' } container.classList.remove('is-loading') @@ -722,7 +722,7 @@ export default { } if (!skipNavigate) { - this.navigateToResult(this.currentResultIndex, false) + this.navigateToResult(this.currentResultIndex, true) } else { this.updateCurrentResultActiveState() }