Fix formatting extra line
This commit is contained in:
parent
6c122e1db0
commit
68a1afe084
@ -419,7 +419,7 @@ export default function wrapRichText(text: string, options: Partial<{
|
|||||||
(lastElement || fragment).append(element);
|
(lastElement || fragment).append(element);
|
||||||
}
|
}
|
||||||
|
|
||||||
while(nextEntity && nextEntity.offset < (endOffset - 1)) {
|
while(nextEntity && nextEntity.offset < endOffset) {
|
||||||
++nasty.i;
|
++nasty.i;
|
||||||
|
|
||||||
(element || fragment).append(wrapRichText(nasty.text, {
|
(element || fragment).append(wrapRichText(nasty.text, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user