feat: context menu popups
This commit is contained in:
parent
4c6061d40a
commit
ba72aed6fb
5 changed files with 283 additions and 15 deletions
|
|
@ -67,7 +67,7 @@ impl MenuBarStateInner {
|
|||
.map(|ms| ms.index.expect("No indices were found in the menu state."))
|
||||
}
|
||||
|
||||
pub(super) fn reset(&mut self) {
|
||||
pub(crate) fn reset(&mut self) {
|
||||
self.open = false;
|
||||
self.active_root = Vec::new();
|
||||
self.menu_states.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue