mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
[GeckoView] Avoid bundling the AltTextManager
class, since it's unused
This commit is contained in:
parent
561aea530b
commit
e2b7896826
6 changed files with 7 additions and 1 deletions
|
@ -55,7 +55,7 @@ import {
|
|||
import { AppOptions, OptionKind } from "./app_options.js";
|
||||
import { AutomationEventBus, EventBus } from "./event_utils.js";
|
||||
import { LinkTarget, PDFLinkService } from "./pdf_link_service.js";
|
||||
import { AltTextManager } from "./alt_text_manager.js";
|
||||
import { AltTextManager } from "web-alt_text_manager";
|
||||
import { AnnotationEditorParams } from "web-annotation_editor_params";
|
||||
import { OverlayManager } from "./overlay_manager.js";
|
||||
import { PasswordPrompt } from "./password_prompt.js";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue