This commit is contained in:
ClementTsang 2022-01-01 04:16:27 -05:00
parent 2fb17df786
commit 027390683f
2 changed files with 0 additions and 7 deletions

View File

@ -24,6 +24,3 @@ pub use padding::*;
pub mod time_graph; pub mod time_graph;
pub use time_graph::TimeGraph; pub use time_graph::TimeGraph;
pub mod selectable_block;
pub use selectable_block::SelectableBlock;

View File

@ -1,4 +0,0 @@
/// A [`SelectableBlock`] is an extension around a [`Block`], that adds selection
/// indication logic and binds [`Event::Keyboard`] events to **always** be captured by
/// the children of the [`SelectableBlock`].
pub struct SelectableBlock {}