Merge pull request #2821 from waddlesplash/textselection

Add "cursor: text;" to textLayer div CSS.
This commit is contained in:
Yury Delendik 2013-02-26 11:23:55 -08:00
commit 2590d8b6fb

View File

@ -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 {