mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 15:18:27 -04:00
fix: leave focus on send button instead of autochanging to url bar (#5325)
This commit is contained in:
@@ -228,7 +228,6 @@ export const RequestUrlBar = forwardRef<RequestUrlBarHandle, Props>(({
|
||||
} else {
|
||||
handleSend();
|
||||
}
|
||||
inputRef.current?.focus(true);
|
||||
}, [downloadPath, handleSend, sendThenSetFilePath]);
|
||||
|
||||
useInterval(send, currentInterval ? currentInterval : null);
|
||||
|
||||
Reference in New Issue
Block a user