diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-01-21 20:19:56 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-01-21 20:19:56 +0900 |
| commit | 10609eebfa795158a9db9451cc74203c838d6887 (patch) | |
| tree | f3cb2c3ad1c22c851243eb5ed48e8d5579eda7e7 /packages/client/src | |
| parent | feat(client): make possible to switch account instantly in post form (diff) | |
| download | misskey-10609eebfa795158a9db9451cc74203c838d6887.tar.gz misskey-10609eebfa795158a9db9451cc74203c838d6887.tar.bz2 misskey-10609eebfa795158a9db9451cc74203c838d6887.zip | |
投稿したらアカウントを元に戻すように
Diffstat (limited to 'packages/client/src')
| -rw-r--r-- | packages/client/src/components/post-form.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/client/src/components/post-form.vue b/packages/client/src/components/post-form.vue index 3ab8af3092..a016df7e0b 100644 --- a/packages/client/src/components/post-form.vue +++ b/packages/client/src/components/post-form.vue @@ -575,6 +575,7 @@ async function post() { localStorage.setItem('hashtags', JSON.stringify(unique(hashtags.concat(history)))); } posting = false; + postAccount = null; }); }).catch(err => { posting = false; |