refactor: refactor block2html in clipboard

This commit is contained in:
QiShaoXuan
2022-08-22 22:03:11 +08:00
parent 065f833564
commit 4b904ef762
27 changed files with 284 additions and 450 deletions
@@ -993,7 +993,7 @@ class SlateUtils {
textValue.children
)}</a>`;
}
return `<span ${style}>${text}</span>>`;
return `<span ${style}>${text}</span>`;
}
public getStartSelection() {