From 07809b1fb95466691828487607a0061333e7547e Mon Sep 17 00:00:00 2001 From: nightwing Date: Wed, 6 Nov 2013 11:16:08 +0400 Subject: [PATCH] add user select text to ace_text-input --- lib/ace/css/editor.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index b291c11f..33cad8cc 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -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 {