-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Ctrl+Enter does nothing #108
Comments
I was experiencing the same problem until I disabled the Vimium browser extension for the Web Tinker page. Vimium hijacks all keyboard inputs and processes them through the plugin first before dropping them to the page. By disabling Vimium you allow Web Tinker to process your keypresses directly. Please let us know if this helps! |
i got the same problem, it does run, but gives a error 500 "Trying to access array offset on false" from the psysh Configuration. A little debug has led me to the result that it's the call to fstat thats returning false and causing the error. It worked for me before, using laravel homestead, now i've moved to laravel herd. |
Not sure If I have done anything wrong but nothing happen after I press control+enter.
Is there any other way to run the code?
The text was updated successfully, but these errors were encountered: