Add methods for clearing selections

This commit is contained in:
John Factotum
2023-03-08 11:02:17 +00:00
committed by GitHub
parent ac4e3962df
commit 1fef33731f
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -280,6 +280,9 @@ export class View {
console.error(`Could not go to ${target}`)
}
}
deselect() {
return this.renderer?.deselect()
}
async getTOCItemOf(target) {
try {
const { index, anchor } = await this.resolveNavigation(target)