投稿したらアカウントを元に戻すように

This commit is contained in:
syuilo 2022-01-21 20:19:56 +09:00
parent 331afcb96a
commit 10609eebfa
1 changed files with 1 additions and 0 deletions

View File

@ -575,6 +575,7 @@ async function post() {
localStorage.setItem('hashtags', JSON.stringify(unique(hashtags.concat(history))));
}
posting = false;
postAccount = null;
});
}).catch(err => {
posting = false;