From a8795c30def3c501ed298d2708861f8aaa7304e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Tue, 1 Jul 2014 14:40:30 +0200 Subject: [PATCH] editor: chrome specific - stop selecting the whole word after right click Having spellcheck active causes Chrome to select right clicked word if it detects spell check suggestions which causes problems with selection and canvas context menu. --- src/editor/modules/documentCanvas/canvas/canvas.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/modules/documentCanvas/canvas/canvas.html b/src/editor/modules/documentCanvas/canvas/canvas.html index d798fd2..e437d42 100644 --- a/src/editor/modules/documentCanvas/canvas/canvas.html +++ b/src/editor/modules/documentCanvas/canvas/canvas.html @@ -1,5 +1,5 @@
-
+
\ No newline at end of file -- 2.20.1