Merge branch 'master' of github.com:syuilo/misskey

This commit is contained in:
Tosuke 2018-06-16 19:46:51 +09:00
commit 8297f8ccd0
No known key found for this signature in database
GPG key ID: 662B173AF93516E5
2 changed files with 3 additions and 3 deletions

View file

@ -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,

View file

@ -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();
};