Unfocus pane in PaneGrid on out-of-bounds click

This commit is contained in:
Héctor Ramón Jiménez 2020-03-13 07:54:14 +01:00
parent 29bf51d25a
commit 0b12d706e3

View file

@ -179,6 +179,8 @@ where
};
}
}
} else {
self.state.focused_pane = FocusedPane::None;
}
}
ButtonState::Released => {