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
I'm encountering an issue while using ProseMirror within the shadow root environment in Safari. It appears there's a malfunction occurring when executing a hard break (Shift + Enter) within the safariShadowSelectionRange method. This is due to the beforeinput method not being emitted, resulting in the found variable becoming undefined.
Actual Result:
The cursor vanishes and there is some uncertainty in the selection.
Expected Result:
There should be no disruption in the code, and the cursor selection should function as expected.
I'm encountering an issue while using ProseMirror within the
shadow root
environment in Safari. It appears there's a malfunction occurring when executing a hard break (Shift + Enter) within thesafariShadowSelectionRange
method. This is due to thebeforeinput
method not being emitted, resulting in thefound
variable becoming undefined.Actual Result:
The cursor vanishes and there is some uncertainty in the selection.
Expected Result:
There should be no disruption in the code, and the cursor selection should function as expected.
Related impact:
ueberdosis/tiptap#5026
Without the shadow DOM, it functions as expected.
The text was updated successfully, but these errors were encountered: