forked from FoundKeyGang/FoundKey
Merge branch 'master' of github.com:syuilo/misskey
This commit is contained in:
commit
8297f8ccd0
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "misskey",
|
||||
"author": "syuilo <i@syuilo.com>",
|
||||
"version": "3.1.0",
|
||||
"clientVersion": "1.0.6526",
|
||||
"version": "3.1.1",
|
||||
"clientVersion": "1.0.6528",
|
||||
"codename": "nighthike",
|
||||
"main": "./built/index.js",
|
||||
"private": true,
|
||||
|
|
|
@ -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