Skip to content
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

editor: holding up/down in game sometimes seems to scroll the code view #1011

Open
increpare opened this issue May 1, 2024 · 1 comment
Open

Comments

@increpare
Copy link
Owner

chrome/windows - doesn't always happen - not sure what the exact repro is

should probably more aggressively grab focus from codemirror when getting input.

@david-pfx
Copy link

It's not that. It happens when a key of a kind that is used by the game engine is actually not used, such as a duplicate or some kind of if statement. Then the event can bubble to the editor.

I fixed this in PS Next by adding prevent(event) to catch all of those code paths.

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

No branches or pull requests

2 participants