mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-25 05:35:41 +00:00
Fixes #5982 Changed CodeMirror readOnly option from 'nocursor' to boolean true to allow text selection while maintaining read-only behavior. Removed CSS rules that prevented text selection (user-select: none) in read-only mode. This restores the ability to copy text from the Response panel using Ctrl+C or right-click context menu, which was broken in nightly builds after v2.13.2.