From: Aleksander Ɓukasz Date: Wed, 12 Mar 2014 16:00:30 +0000 (+0100) Subject: editor: fix selecting text spanning multiple nodes in Chrome X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/41bcc758201d42b62e7a6fdd9b85c8294e14d482?ds=inline;hp=41bcc758201d42b62e7a6fdd9b85c8294e14d482 editor: fix selecting text spanning multiple nodes in Chrome Chrome 33 started triggering click events for a nearest common parent when mousedown occurred on a different element than mouseup. This was causing selecting single canvas node element when making text selection across nodes and consequently removing that selection. ---