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

[Editor] - Add the ability to directly draw after selecting ink tool

- Right now, we must select the tool, then click to select a page and
  click to start drawing and it's a bit painful;
- so just create a new ink editor when we're hovering a page without one.
This commit is contained in:
Calixte Denizet 2022-06-16 18:16:49 +02:00
parent 89cebcb6f9
commit e7dc1ef4f3
6 changed files with 162 additions and 39 deletions

View file

@ -98,6 +98,11 @@
overflow: auto;
width: 100%;
height: 100%;
z-index: 1;
}
.annotationEditorLayer .background {
z-index: 0;
}
.annotationEditorLayer .inkEditor:focus {