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 Sep 6, 2021. It is now read-only.
#2806 was fundamentally due to an event timing issue, where CM wasn't sending out the redraw event for inline editors at the right time (it was sending it before the widget was actually fully re-added to the DOM). That issue was addressed upstream in codemirror/codemirror5@1c8a36e, but that CM fix didn't seem to actually fix our problem. We should try to figure out why, and more generally test whether there are other ramifications of the event timing changes in that commit.
The text was updated successfully, but these errors were encountered:
#2806 was fundamentally due to an event timing issue, where CM wasn't sending out the
redraw
event for inline editors at the right time (it was sending it before the widget was actually fully re-added to the DOM). That issue was addressed upstream in codemirror/codemirror5@1c8a36e, but that CM fix didn't seem to actually fix our problem. We should try to figure out why, and more generally test whether there are other ramifications of the event timing changes in that commit.The text was updated successfully, but these errors were encountered: