mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-25 21:55:49 +00:00
- Implemented a new _onBlur method to set the cursor position when the editor loses focus. - Updated event listeners to include the blur event for both MultiLineEditor and SingleLineEditor, enhancing user experience by preserving cursor position. - Ensured proper cleanup of event listeners during component unmounting to prevent memory leaks.