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:
parent
a7894a4d7b
commit
6545551e76
4 changed files with 52 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue