-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hide all panes on selection change before showing relevant panes
Consider two workflows, one provides `def` keyword for dictionary lookup and another that provides `gdef` keyword for searching Google for definition. Consider the sequence of user actions and pane behavior: 1. User types "def blah" 2. We show the dictionary pane 3. User changes the typed query to "gdef blah" 4. We show the google search pane Note that at 4, we now have two panes visible as pane from 2 was never hidden. With this change, we add another step between 2 and 3 for hiding the dictionary pane.
- Loading branch information
1 parent
a43a9b7
commit f2b8aee
Showing
2 changed files
with
12 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