pdf 搜索跳转
This commit is contained in:
parent
a1ebf7c660
commit
dcb130c055
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue