pdf 搜索跳转

This commit is contained in:
cwchen 2025-11-11 09:11:14 +08:00
parent a1ebf7c660
commit dcb130c055
1 changed files with 2 additions and 2 deletions

View File

@ -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()
}