feat: context menu popups

This commit is contained in:
Ashley Wulber 2025-06-11 14:50:25 -04:00 committed by Ashley Wulber
parent 4c6061d40a
commit ba72aed6fb
5 changed files with 283 additions and 15 deletions

View file

@ -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();