投稿したらアカウントを元に戻すように
This commit is contained in:
parent
331afcb96a
commit
10609eebfa
|
@ -575,6 +575,7 @@ async function post() {
|
|||
localStorage.setItem('hashtags', JSON.stringify(unique(hashtags.concat(history))));
|
||||
}
|
||||
posting = false;
|
||||
postAccount = null;
|
||||
});
|
||||
}).catch(err => {
|
||||
posting = false;
|
||||
|
|
Loading…
Reference in New Issue