Fix bug
This commit is contained in:
parent
b1655740df
commit
0ff27f65b3
2 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ export default (os) => (opts) => {
|
|||
}).$mount();
|
||||
vm.$once('cancel', recover);
|
||||
vm.$once('posted', recover);
|
||||
if (opts.cb) vm.$once('closed', opts.cb);
|
||||
if (o.cb) vm.$once('closed', o.cb);
|
||||
document.body.appendChild(vm.$el);
|
||||
(vm as any).focus();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue