You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the issue seems to be that Safari is stripping the <div> (or other block tag) around the content when it replaces the latin characters with the Chinese one. This means when we go to convert the block to a list, we can't find a block. Interestingly, it works fine if there's at least one other sibling block present. So if you hit Enter to create a new line and then tried, it works fine.
I'd say this is a Safari bug, and I don't really have a good solution right now, sorry.
My code (Vue component)
it works on chrome
but not on safari
The text was updated successfully, but these errors were encountered: