fix: toggler width fixes & cleanup

This commit is contained in:
Ashley Wulber 2026-02-25 11:10:34 -05:00
parent bee2d591db
commit 904133397b
6 changed files with 12 additions and 9 deletions

View file

@ -85,7 +85,7 @@ impl<Message: Clone + 'static> ContextMenu<'_, Message> {
// close existing popups
state.menu_states.clear();
state.active_root.clear();
dbg!("closing existing popups");
shell.publish(self.on_surface_action.as_ref().unwrap()(destroy_popup(id)));
state.view_cursor = view_cursor;
(