Implement Node::Select for flexbox. (#977)

This commit is contained in:
Arthur Sonzogni
2025-03-21 16:15:25 +01:00
committed by GitHub
parent f2fb434e31
commit 96e8b8d92e
4 changed files with 102 additions and 37 deletions

View File

@@ -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;
}