Closed taylorhadden closed 6 months ago
This is being caused because the change in selection is being detected by the editor, triggering a re-render. I'm not sure what's special about the end of the line vs the middle of the line (where it mostly seems to work).
Fix coming in soon.
Pretty sure the root cause was that the selection change was causing material HTML changes (the "line focus" class needed to be updated). That wasn't happening in the middle of the line, so things were playing as okay.
Repro:
´
(e.g. option+e on a Mac english keyboard). We would expect the character to be typed and then to be able to add an additional character that the accent would be applied to.The editor is clearly going into a bad state due to being unable to handle whatever special mode the accent application system is using.