Skip to content

Commit 5304303

Browse files
author
Stephan Dilly
committed
todo
1 parent 594a1a9 commit 5304303

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ macro_rules! any_popup_visible {
101101
macro_rules! draw_popups {
102102
($self:ident, [$($element:ident),+]) => {
103103
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`
104105
let size = Layout::default()
105106
.direction(Direction::Vertical)
106107
.constraints(

0 commit comments

Comments
 (0)