feat(settings): animate buttons
This commit is contained in:
@@ -110,6 +110,7 @@ const handleConfirm = () => {
|
||||
await animateOutro();
|
||||
store.closeSubMenu();
|
||||
},
|
||||
keepButtonsDown: true,
|
||||
timeout: 2000,
|
||||
});
|
||||
};
|
||||
@@ -179,7 +180,7 @@ onRender((ctx) => {
|
||||
|
||||
<template>
|
||||
<CommonButtons
|
||||
:y-offset="confirmationModal.buttonsYOffset"
|
||||
:y-offset="confirmationModal.buttonsYOffset + store.submenuButtonsOffsetY"
|
||||
:b-label="$t('common.cancel')"
|
||||
:a-label="$t('common.confirm')"
|
||||
@activate-b="handleCancel"
|
||||
|
||||
Reference in New Issue
Block a user