We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594a1a9 commit 5304303Copy full SHA for 5304303
src/components/mod.rs
@@ -101,6 +101,7 @@ macro_rules! any_popup_visible {
101
macro_rules! draw_popups {
102
($self:ident, [$($element:ident),+]) => {
103
fn draw_popups<B: Backend>(& $self, mut f: &mut Frame<B>) -> Result<()>{
104
+ //TODO: move the layout part out and feed it into `draw_popups`
105
let size = Layout::default()
106
.direction(Direction::Vertical)
107
.constraints(
0 commit comments