feat(settings): more specific notification handling, and put menu in query to allow user to go back in history to go back in menus
This commit is contained in:
@@ -37,7 +37,7 @@ const isAnyOtherMenuOpen = computed(() =>
|
||||
settingsStore.isAnyOtherMenuOpen("user"),
|
||||
);
|
||||
|
||||
const animation = useMenuAnimation(isOpen);
|
||||
const animation = useMenuAnimation("user", isOpen);
|
||||
|
||||
useRender((ctx) => {
|
||||
ctx.translate(props.x, props.y);
|
||||
|
||||
Reference in New Issue
Block a user