1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

[Editor] Avoid to darken the current editor when opening the alt-text dialog

This commit is contained in:
Calixte Denizet 2023-09-21 18:40:35 +02:00
parent a7894a4d7b
commit 6545551e76
4 changed files with 52 additions and 2 deletions

View file

@ -43,6 +43,7 @@ import {
version,
} from "../../src/display/api.js";
import {
DOMSVGFactory,
getFilenameFromUrl,
getPdfFilenameFromUrl,
getXfaPageViewport,
@ -86,6 +87,7 @@ describe("pdfjs_api", function () {
build,
CMapCompressionType,
createValidAbsoluteUrl,
DOMSVGFactory,
FeatureTest,
getDocument,
getFilenameFromUrl,