Unfocus pane in PaneGrid on out-of-bounds click
This commit is contained in:
parent
29bf51d25a
commit
0b12d706e3
1 changed files with 2 additions and 0 deletions
|
|
@ -179,6 +179,8 @@ where
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
self.state.focused_pane = FocusedPane::None;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ButtonState::Released => {
|
ButtonState::Released => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue