-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
focus text edit and fix system ordering (#22)
# 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.
- Loading branch information
1 parent
d9c601c
commit 91a5144
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters