Merge branch 'master' of github.com:syuilo/misskey
This commit is contained in:
commit
8297f8ccd0
2 changed files with 3 additions and 3 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…
Add table
Add a link
Reference in a new issue