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 was archived by the owner on Apr 16, 2026. It is now read-only.
Result: The lines below line 11 aren't repainted until you scroll or do some other action. This occurs even though we explicitly call refresh() after resizing the widget. Seems like either refresh() should force widget heights to be rechecked, or we should have some way for a line widget to notify CM that its height has changed.
libfolder containing codemirror.js and open itResult: The lines below line 11 aren't repainted until you scroll or do some other action. This occurs even though we explicitly call
refresh()after resizing the widget. Seems like eitherrefresh()should force widget heights to be rechecked, or we should have some way for a line widget to notify CM that its height has changed.