Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send new "updateGutter" signal on gutter resize
Some consumers need to know when the gutter width changes. For example, the MediaWiki Visual Editor maintains a transparent overlay that must always line up with the CodeMirror text area. The gutters can be resized, for example when line numbering is toggled and content grows beyond 1,000 lines. This shifts the text area, and some styles may need to recalculate based on the new value of `display.gutters.offsetWidth`.
- Loading branch information