Open laufeyrut opened 2 years ago
@laufeyrut I agree. As of right now, Slate is using the zero width no-break space (U+FEFF), which is deprecated. They should switch up the default to word joiner (U+2060) to represent void characters instead.
Using U+2060
won't fix the issue in Google Docs. It's caused by this position: absolute
style:
Use U+2060
: #2597, use <br>
: #1971
Description Copy-pasting text with an inline void from Slate to other editors is not working as expected.
Recording https://user-images.githubusercontent.com/15036127/150869415-33422c13-2666-4e58-9104-2464474b7107.mov
Steps To reproduce the behavior:
Expectation That and new line is not added after inline elements
Environment