Merge pull request #2821 from waddlesplash/textselection
Add "cursor: text;" to textLayer div CSS.
This commit is contained in:
commit
2590d8b6fb
@ -1189,6 +1189,7 @@ canvas {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
line-height:1;
|
line-height:1;
|
||||||
white-space:pre;
|
white-space:pre;
|
||||||
|
cursor: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
.textLayer .highlight {
|
.textLayer .highlight {
|
||||||
|
Loading…
Reference in New Issue
Block a user