allow pointer events to text layer

This commit is contained in:
nightwing 2011-05-14 22:40:58 +05:00
commit a7f77276db

View file

@ -123,6 +123,7 @@
.ace_marker-layer {
cursor: text;
pointer-events: none;
}
.ace_marker-layer .ace_step {