monaco-react icon indicating copy to clipboard operation
monaco-react copied to clipboard

[Bug] Minimap does not resize when Editor is resized

Open madhukivera opened this issue 1 year ago • 0 comments

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

madhukivera avatar Sep 17 '24 02:09 madhukivera