feat(settings): animate buttons
This commit is contained in:
@@ -78,6 +78,7 @@ const handleActivateA = () => {
|
||||
await animateOutro();
|
||||
store.closeSubMenu();
|
||||
},
|
||||
keepButtonsDown: true,
|
||||
timeout: 2000,
|
||||
});
|
||||
};
|
||||
@@ -111,7 +112,7 @@ defineOptions({ render: () => null });
|
||||
/>
|
||||
|
||||
<CommonButtons
|
||||
:y-offset="confirmationModal.buttonsYOffset"
|
||||
:y-offset="confirmationModal.buttonsYOffset + store.submenuButtonsOffsetY"
|
||||
:b-label="$t('common.cancel')"
|
||||
:a-label="$t('common.confirm')"
|
||||
@activate-b="handleActivateB"
|
||||
|
||||
Reference in New Issue
Block a user