mirror of
https://github.com/john-okeefe/foliate-js.git
synced 2026-09-09 11:29:14 -04:00
Add methods for clearing selections
This commit is contained in:
@@ -653,6 +653,10 @@ export class Paginator {
|
||||
const $style = this.#styleMap.get(this.#view?.document)
|
||||
if ($style) $style.textContent = style
|
||||
}
|
||||
deselect() {
|
||||
const sel = this.#view.document.defaultView.getSelection()
|
||||
sel.removeAllRanges()
|
||||
}
|
||||
async #setAnchor(anchor, select) {
|
||||
this.#anchor = anchor
|
||||
await this.#scrollToAnchor(select)
|
||||
|
||||
Reference in New Issue
Block a user