mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
[Editor] Add a button to trigger a dialog for adding an alt text (bug 1844952)
This commit is contained in:
parent
3afb717eed
commit
a216836fd5
11 changed files with 304 additions and 26 deletions
|
@ -741,6 +741,14 @@ class AnnotationEditorUIManager {
|
|||
);
|
||||
}
|
||||
|
||||
get direction() {
|
||||
return shadow(
|
||||
this,
|
||||
"direction",
|
||||
getComputedStyle(this.#container).direction
|
||||
);
|
||||
}
|
||||
|
||||
onPageChanging({ pageNumber }) {
|
||||
this.#currentPageIndex = pageNumber - 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue