1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

[Editor] Disable pointer events in the parent layer while an editor is resized

This commit is contained in:
Calixte Denizet 2023-09-28 15:09:50 +02:00
parent f78a5ff79e
commit 4f6fa35a28
3 changed files with 12 additions and 2 deletions

View file

@ -121,6 +121,10 @@
height: 100%;
}
.annotationEditorLayer.disabled {
pointer-events: none;
}
.annotationEditorLayer.freetextEditing {
cursor: var(--editorFreeText-editing-cursor);
}