AFFiNE
AFFiNE copied to clipboard
[bug]: The render behavior for bold text is not correct
Describe the bug
No response
To Reproduce
- Input usual text like abc
- Enter a space char after the text
- You will find the space char seems like double width
Screenshots
https://user-images.githubusercontent.com/7054676/188265939-f3aae266-20a6-4e0b-8c5d-ffc90f815464.mov
Expected behavior
No response
Platform
No response
Browser
No response
Additional context
No response
I can look into this bug. Please assign it to me if no one else is working on this already.
@Pranav4399 Great, you are welcome to work on this. We'd love to have your contribution.
seems that slate contenteditable container unexpectedly kept the space char from keyboard event while react flush the correct data rendering the TextString Component ?