fnp
/
fnpeditor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from:
fe31e3a
)
editor: fixing canvas.cursor getSelectionStart/getSelectionEnd
author
Aleksander Łukasz
<aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 17 Dec 2013 10:51:29 +0000
(11:51 +0100)
committer
Aleksander Łukasz
<aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 17 Dec 2013 10:51:29 +0000
(11:51 +0100)
Cursor now correctly recognizes when:
- selection is contained within same text node (fix)
- selection spans text elements with different parents (adding
missing implementation)
No differences found