mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 01:53:08 +02:00
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();
|
||||
vm.$once('cancel', recover);
|
||||
vm.$once('note', recover);
|
||||
vm.$once('posted', recover);
|
||||
document.body.appendChild(vm.$el);
|
||||
(vm as any).focus();
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue