From 5304303aa62c1ade901e9bc5befb1592d09e283e Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 27 May 2021 22:03:09 +0200 Subject: [PATCH] todo --- src/components/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/mod.rs b/src/components/mod.rs index ef775ac4..4e18bd86 100644 --- a/src/components/mod.rs +++ b/src/components/mod.rs @@ -101,6 +101,7 @@ macro_rules! any_popup_visible { macro_rules! draw_popups { ($self:ident, [$($element:ident),+]) => { fn draw_popups(& $self, mut f: &mut Frame) -> Result<()>{ + //TODO: move the layout part out and feed it into `draw_popups` let size = Layout::default() .direction(Direction::Vertical) .constraints(