-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix bug when running code through hotkey #49
Comments
I can't recreate this issue but let's see if anyone else has this problem. |
Hi. This is my first open source PR. Fixes issue BrandonArmand#49
Hi @BrandonArmand ! Can I take this? The change for this is very minimal, so I'd like to take one more issue if that's not a problem. |
@ram170 Sure thing. It seems to be a bug for macs. Goodluck! |
Yup. Checked it. Thank you! |
@BrandonArmand Can you review and merge this PR #61 ? |
Fix bug when running code through hotkey #49
is it still open? |
What needs to be done.
When the user presses (ctr+enter), the code runs; however, it will also enter a new line, that needs to be fixed.
SPECS:
Mac - Safari, and Firefox.
Why
The hotkey doesn't pause input.
How
One solution that might work could be by pausing text input when control is being held.
The text was updated successfully, but these errors were encountered: