Input shouldn't take focus. (#253)

This fixes:
https://github.com/ArthurSonzogni/FTXUI/issues/252
This commit is contained in:
Arthur Sonzogni
2021-11-07 12:01:17 +01:00
committed by GitHub
parent aa6b78b8ad
commit 8652280c85
4 changed files with 47 additions and 40 deletions

View File

@@ -23,6 +23,7 @@ class Blink : public NodeDecorator {
}
};
/// @brief The text drawn alternates in between visible and hidden.
/// @ingroup dom
Element blink(Element child) {