1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-23 08:38:06 +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

@ -54,6 +54,7 @@ import {
version,
} from "./display/api.js";
import {
DOMSVGFactory,
getFilenameFromUrl,
getPdfFilenameFromUrl,
getXfaPageViewport,
@ -90,6 +91,7 @@ export {
build,
CMapCompressionType,
createValidAbsoluteUrl,
DOMSVGFactory,
FeatureTest,
getDocument,
getFilenameFromUrl,