mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-16 16:08:08 +08:00
Address @tusharpm comments. (#178)
@tusharpm let two comments in: https://github.com/ArthurSonzogni/FTXUI/pull/175 but this already landed in: https://github.com/ArthurSonzogni/FTXUI/pull/173 Address them here.
This commit is contained in:
@@ -75,7 +75,7 @@ Component Renderer(Component child, std::function<Element()> render) {
|
||||
/// if (focused)
|
||||
/// return text("My interface") | inverted;
|
||||
/// else
|
||||
/// return text("My interface") | inverted;
|
||||
/// return text("My interface");
|
||||
/// });
|
||||
/// screen.Loop(renderer);
|
||||
/// ```
|
||||
|
Reference in New Issue
Block a user