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
{{ message }}
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.
If you instantiate Scribe with allowBlockElements=false in Safari, you're not able to insert new lines with the Enter key. I'm investigating the source of the bug and will propose a PR, but any guidance in the meantime is appreciated!
The text was updated successfully, but these errors were encountered:
I'm now investigating why Safari has a different range than Chrome.
Later edit: Seems like Safari does not respect the DOM 2 insertNode spec, specifically If range’s start and end are the same, set range’s end to (parent, newOffset).
If you instantiate Scribe with
allowBlockElements=false
in Safari, you're not able to insert new lines with the Enter key. I'm investigating the source of the bug and will propose a PR, but any guidance in the meantime is appreciated!The text was updated successfully, but these errors were encountered: