Remove Focus in pane_grid
Since #608, the `PaneGrid` widget does not handle pane focus.
This commit is contained in:
parent
df712f9ccf
commit
c03d46719e
5 changed files with 7 additions and 23 deletions
|
|
@ -25,7 +25,7 @@ pub use direction::Direction;
|
|||
pub use node::Node;
|
||||
pub use pane::Pane;
|
||||
pub use split::Split;
|
||||
pub use state::{Focus, State};
|
||||
pub use state::State;
|
||||
pub use title_bar::TitleBar;
|
||||
|
||||
use crate::container;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue