From b5dadab5c7154bcb9e78004331d9e74d5bfa564f Mon Sep 17 00:00:00 2001 From: waddlesplash Date: Tue, 26 Feb 2013 14:18:11 -0500 Subject: [PATCH] Add "cursor: text;" to textLayer div CSS. Fixes problem caused by e4e4b1ab4ea4a6e44b84efa5a67237e2ad044b. --- web/viewer.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/viewer.css b/web/viewer.css index 81c61e188..c0e6ce05a 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -1189,6 +1189,7 @@ canvas { position: absolute; line-height:1; white-space:pre; + cursor: text; } .textLayer .highlight {