From: Aleksander Ɓukasz Date: Tue, 1 Jul 2014 12:40:30 +0000 (+0200) Subject: editor: chrome specific - stop selecting the whole word after right click X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/a8795c30def3c501ed298d2708861f8aaa7304e7?hp=cb448b7a76c90d02af296fca3830b056f0639a1e 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. --- 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