mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
use single click for selection and double click for activation, hide suggestions on escape, replace request trait with struct
This commit is contained in:
parent
3e4423eca7
commit
4a2996d3b7
6 changed files with 235 additions and 245 deletions
|
|
@ -84,7 +84,8 @@ impl Page {
|
|||
|
||||
/// Request `Escape` action for all page components
|
||||
pub fn escape(&self) {
|
||||
self.search.hide()
|
||||
self.search.hide();
|
||||
self.navigation.escape();
|
||||
}
|
||||
|
||||
/// Toggle `Find` widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue