forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
e55a254353
commit
80d1ee7543
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ export default (os) => (opts) => {
|
||||||
}
|
}
|
||||||
}).$mount();
|
}).$mount();
|
||||||
vm.$once('cancel', recover);
|
vm.$once('cancel', recover);
|
||||||
vm.$once('note', recover);
|
vm.$once('posted', recover);
|
||||||
document.body.appendChild(vm.$el);
|
document.body.appendChild(vm.$el);
|
||||||
(vm as any).focus();
|
(vm as any).focus();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue