From 29d288b8f2efc966c98d710fd96bc8b55758de43 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=CC=88rn=20Zaefferer?= Date: Mon, 21 Sep 2015 13:14:20 +0200 Subject: [PATCH] Demos: Remove use of disableSelection() in widget demo, no need Ref 4916487440b0c087e6e5996522cf478af26df591 --- demos/widget/default.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/demos/widget/default.html b/demos/widget/default.html index 80a420db4..ad2b3b811 100644 --- a/demos/widget/default.html +++ b/demos/widget/default.html @@ -39,9 +39,7 @@ _create: function() { this.element // add a class for theming - .addClass( "custom-colorize" ) - // prevent double click to select text - .disableSelection(); + .addClass( "custom-colorize" ); this.changer = $( "