mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-02 17:08:32 +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.