new links no longer apply to entire paragraph
This commit is contained in:
parent
0091d6e8f7
commit
e84611d41d
1 changed files with 1 additions and 1 deletions
|
|
@ -724,7 +724,7 @@ let SelectionUtil = {
|
|||
var ranges = [];
|
||||
let len = selection.rangeCount;
|
||||
for (let i = 0; i < len; ++i) {
|
||||
ranges.push(selection.getRangeAt(i));
|
||||
ranges.push(selection.getRangeAt(i).cloneRange());
|
||||
}
|
||||
return ranges;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue