wip: big flat pt.12, down to 1 error

This commit is contained in:
🪞👃🪞 2024-12-30 21:38:41 +01:00
parent b718e54d33
commit e21ef1af94
9 changed files with 53 additions and 30 deletions

View file

@ -26,7 +26,7 @@ from!(|args:(&ArrangerTui, usize)|ArrangerVCursor = Self {
});
render!(<Tui>(self: ArrangerVCursor)
|layout|Ok([0, 0]),
|layout|Ok(Some([0, 0])),
|render|{
let area = render.area();
let focused = true;