mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-29 23:54:24 +00:00
* fix: cURL paste not updating request tab editors visually Remove the focus-based guard from PR#7098 that blocked editor value updates when the editor had focus. This caused cURL paste to not reflect in the request tab until switching tabs. Editors now always accept incoming prop values and preserve cursor position. Also set cursor to end of new URL after cURL paste using setTimeout. * fix: added optional chaining --------- Co-authored-by: Chirag Chandrashekhar <cchirag85@gmail.com>