1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-17 10:24:52 +02:00

Compare commits

..

2 Commits
3.1.0 ... 3.1.1

Author SHA1 Message Date
syuilo
f6d9a7e7c3 3.1.1 2018-06-16 19:45:47 +09:00
syuilo
80d1ee7543 Fix bug 2018-06-16 19:45:29 +09:00
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();
};