Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

(feat): command+enter/ctrl+enter to make the request #117

Merged
merged 1 commit into from
Sep 20, 2019

Conversation

IgorHalfeld
Copy link
Contributor

I just implement #109 🎉

@IgorHalfeld IgorHalfeld changed the title (feat): command+enter/ctrl+enter do make the request (feat): command+enter/ctrl+enter to make the request Sep 7, 2019
@IgorHalfeld
Copy link
Contributor Author

ping @fenos

@IgorHalfeld
Copy link
Contributor Author

Hey @fenos, this feature will really improve my life hahaha

@fenos
Copy link
Contributor

fenos commented Sep 20, 2019

Lovely PR, Thanks @IgorHalfeld

@fenos
Copy link
Contributor

fenos commented Sep 20, 2019

@IgorHalfeld Why the package-lock.json changed? NVM

@fenos fenos merged commit 74d3232 into bloomrpc:master Sep 20, 2019
This was referenced Sep 24, 2019
@fenos fenos mentioned this pull request Jan 22, 2020
name: 'Request',
bindKey: { win: 'Ctrl+Enter', mac: 'Command+Enter' },
exec: () => {
makeRequest({ protoInfo, state, dispatch });
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't work as the state will be a reference to the old state. Tested, and fixes in #215

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants