-
When you try to update the content of a contentEditable div or other element the cursor position resets to 0. This makes it impossible to type anything using signals.
I'm pretty sure this is not the…
-
A copy of the closed for any weird reason issue #179. The problem is still here.
The following error occurs after image uploading:
`Saving failed due to the Error TypeError: Cannot assign to read…
-
-
Would you consider adding the ability to edit html elements that were marked with contenteditable=true? This would greatly help my use case.
-
It seems that if you have a `aaaa` and place the cursor at the beginning of the `` element (in front of aaaa) and hit the Simulate key-sequence button, the text is not entered in the correct position.…
-
When navigating, the content is smoothly translated, but the caret drifts.
## Current Behavior
On iOS, the caret drifts out of place during the animation.
Video 1:
https://github.com/cybers…
-
-
Type: Bug
- Create an extension using a webview that mounts a CodeMirror editor.
- Cut/paste doesn't work, though they do in version 1.94.
- Paste events are not emitted for CodeMirror's contentedita…
-
Otherwise the editor remains too small and the user is confused as to how they should enter text before or after.
-
Hi,
https://codesandbox.io/p/sandbox/slate-reproductions-forked-hlvpjh
i am trying to implement drag and drop with slatejs where I wanna drag elements and drop them inside the editor itself, problem…