You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: double-click word selection and pending request URL display
B1: Skip accidental-selection prevention for double/triple clicks
(event.detail >= 2) so CodeMirror's native word/line selection works.
B4: Eagerly hydrate the request URL when building activeRequestInfo
so the pending request modal shows the resolved URL instead of
{{placeholder}} syntax. Falls back to responseData.processedUrl
once the request completes.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments