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
If Monaco finishes loading before the Inconsolata font has finished downloading, it incorrectly calculates the width of a space, which means text that contains whitespace is laid out incorrectly when selected.
To fix this, we should call monaco.editor.remeasureFonts after the fonts are downloaded.
If Monaco finishes loading before the Inconsolata font has finished downloading, it incorrectly calculates the width of a space, which means text that contains whitespace is laid out incorrectly when selected.
To fix this, we should call
monaco.editor.remeasureFonts
after the fonts are downloaded.See microsoft/monaco-editor#392 for more information.
The text was updated successfully, but these errors were encountered: