As there are many input fields in the panel (Headers, Body, Querystring etc), instead of adding event listeners on each element I have added a keyup event to the wrapping div. Now if any input in the panel is in focus, it's now possible to use Ctrl + Enter to call the API.
As there are many input fields in the panel (Headers, Body, Querystring etc), instead of adding event listeners on each element I have added a
keyup
event to the wrapping div. Now if any input in the panel is in focus, it's now possible to useCtrl + Enter
to call the API.Closed #174