mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
doc
This commit is contained in:
parent
6c85e19ce8
commit
82e0966a13
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ pub trait Component {
|
|||
fn focused(&self) -> bool {
|
||||
false
|
||||
}
|
||||
///
|
||||
/// focus/unfocus this component depending on param
|
||||
fn focus(&mut self, _focus: bool) {}
|
||||
///
|
||||
fn is_visible(&self) -> bool {
|
||||
|
|
|
|||
Loading…
Reference in a new issue