pdf 搜索跳转
This commit is contained in:
parent
a1ebf7c660
commit
dcb130c055
|
|
@ -509,7 +509,7 @@ export default {
|
||||||
}
|
}
|
||||||
const textLayer = container.querySelector('.textLayer')
|
const textLayer = container.querySelector('.textLayer')
|
||||||
if (textLayer) {
|
if (textLayer) {
|
||||||
textLayer.style.display = 'none'
|
textLayer.style.display = ''
|
||||||
}
|
}
|
||||||
|
|
||||||
container.classList.remove('is-loading')
|
container.classList.remove('is-loading')
|
||||||
|
|
@ -722,7 +722,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!skipNavigate) {
|
if (!skipNavigate) {
|
||||||
this.navigateToResult(this.currentResultIndex, false)
|
this.navigateToResult(this.currentResultIndex, true)
|
||||||
} else {
|
} else {
|
||||||
this.updateCurrentResultActiveState()
|
this.updateCurrentResultActiveState()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue