fix #10850 ?
This commit is contained in:
parent
d36e44bc57
commit
86f952e659
|
@ -343,9 +343,11 @@ if ($i) {
|
||||||
// only add post shortcuts if logged in
|
// only add post shortcuts if logged in
|
||||||
hotkeys['p|n'] = post;
|
hotkeys['p|n'] = post;
|
||||||
|
|
||||||
if (defaultStore.state.accountSetupWizard !== -1) {
|
defaultStore.ready.then(() => {
|
||||||
popup(defineAsyncComponent(() => import('@/components/MkUserSetupDialog.vue')), {}, {}, 'closed');
|
if (defaultStore.state.accountSetupWizard !== -1) {
|
||||||
}
|
popup(defineAsyncComponent(() => import('@/components/MkUserSetupDialog.vue')), {}, {}, 'closed');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
if ($i.isDeleted) {
|
if ($i.isDeleted) {
|
||||||
alert({
|
alert({
|
||||||
|
|
Loading…
Reference in New Issue