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

[Editor] Remove the class fooEditing from the layer when destroying it

and simplify the way to handle the different types of editors.
This commit is contained in:
Calixte Denizet 2023-09-25 14:57:34 +02:00
parent 57d196e349
commit 71376f089c
6 changed files with 47 additions and 40 deletions

View file

@ -121,7 +121,7 @@
height: 100%;
}
.annotationEditorLayer.freeTextEditing {
.annotationEditorLayer.freetextEditing {
cursor: var(--editorFreeText-editing-cursor);
}