-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refine focus behavior for inspector (fixes #1277)
Auto-focus the search field only right after finishing drawing. At that point, the radial menu isn't shown anyway. So then the flow for correcting geometry before assigning a preset is: 1. Draw. 2. Finish drawing. The search field is focused, and no radial menu is open. 3. Click again to reselect the feature and show menu. Now the search field is blurred. In other words: when the menu is shown, search should not be focused. When search is focused, the menu should not be shown.
- Loading branch information
1 parent
ee07b01
commit 5dda54e
Showing
4 changed files
with
37 additions
and
9 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
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