add user select text to ace_text-input

This commit is contained in:
nightwing 2013-11-06 11:16:08 +04:00
commit 07809b1fb9

View file

@ -144,6 +144,10 @@
padding: 0 1px;
margin: 0 -1px;
text-indent: -1em;
-ms-user-select: text;
-moz-user-select: text;
-webkit-user-select: text;
user-select: text;
}
.ace_text-input.ace_composition {