monaco-react
monaco-react copied to clipboard
[Bug] Minimap does not resize when Editor is resized
Describe the Bug When resizing the @monaco-editor/react editor that uses version "4.6.0" of "@monaco-editor/react", the minimap doesn't resize
To Reproduce Steps to reproduce the behavior:
Initialize a @monaco-editor/react editor using the specified versions. Resize the editor (e.g., by resizing the browser window). Observe the minimap behavior.
Expected behavior The minimap should resize when the editor is resized.
Environment: @monaco-editor/react: 4.6.0
This is happening on all browsers