mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-18 00:48:09 +08:00
Input shouldn't take focus. (#253)
This fixes: https://github.com/ArthurSonzogni/FTXUI/issues/252
This commit is contained in:
@@ -23,6 +23,7 @@ class Blink : public NodeDecorator {
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
/// @brief The text drawn alternates in between visible and hidden.
|
||||
/// @ingroup dom
|
||||
Element blink(Element child) {
|
||||
|
Reference in New Issue
Block a user