Add "cursor: text;" to textLayer div CSS.

Fixes problem caused by e4e4b1ab4ea4a6e44b84efa5a67237e2ad044b.
This commit is contained in:
waddlesplash 2013-02-26 14:18:11 -05:00
parent 8aca4c992b
commit b5dadab5c7

View File

@ -1189,6 +1189,7 @@ canvas {
position: absolute;
line-height:1;
white-space:pre;
cursor: text;
}
.textLayer .highlight {