From: Aleksander Ɓukasz Date: Tue, 17 Dec 2013 10:51:29 +0000 (+0100) Subject: editor: fixing canvas.cursor getSelectionStart/getSelectionEnd X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/fe31e3a7385bf539772d927a1dd3d9cc8ef47f0d?ds=inline;hp=fe31e3a7385bf539772d927a1dd3d9cc8ef47f0d editor: fixing canvas.cursor getSelectionStart/getSelectionEnd Cursor now correctly recognizes when: - selection is contained within same text node (fix) - selection spans text elements with different parents (adding missing implementation) ---