mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-20 10:38:09 +08:00
Implement Node::Select for flexbox. (#977)
This commit is contained in:
@@ -850,7 +850,7 @@ void ScreenInteractive::HandleTask(Component component, Task& task) {
|
||||
bool ScreenInteractive::HandleSelection(bool handled, Event event) {
|
||||
if (handled) {
|
||||
selection_pending_ = nullptr;
|
||||
selection_data_.empty = false;
|
||||
selection_data_.empty = true;
|
||||
selection_ = nullptr;
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user