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

focus text edit and fix system ordering #22

Merged
merged 2 commits into from
Mar 17, 2024
Merged

focus text edit and fix system ordering #22

merged 2 commits into from
Mar 17, 2024

Conversation

brandon-reinhart
Copy link
Contributor

Objective

This PR makes immediate use of the console a bit more convenient by focusing the text edit when it is opened. This allows you to ` and type a command without clicking or tabbing to the text editor.

Additionally, this PR fixes a bug where the ordering of opening and rendering the UI was indeterminate, causing the closing key press to sometimes be sent to the text edit window. Now the ordering is fixed and the console will always be opened or closed before it is rendered.

Changelog

  • The console text edit control will now be focused on console open.

@doonv doonv merged commit 91a5144 into doonv:master Mar 17, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants