mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Add "cursor: text;" to textLayer div CSS.
Fixes problem caused by e4e4b1ab4e
.
This commit is contained in:
parent
8aca4c992b
commit
b5dadab5c7
1 changed files with 1 additions and 0 deletions
|
@ -1189,6 +1189,7 @@ canvas {
|
|||
position: absolute;
|
||||
line-height:1;
|
||||
white-space:pre;
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.textLayer .highlight {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue