mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 01:10:08 +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
|
@ -82,6 +82,7 @@ class AnnotationEditorLayerBuilder {
|
|||
div.className = "annotationEditorLayer";
|
||||
div.tabIndex = 0;
|
||||
div.hidden = true;
|
||||
div.dir = this.#uiManager.direction;
|
||||
this.pageDiv.append(div);
|
||||
|
||||
this.annotationEditorLayer = new AnnotationEditorLayer({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue