Skip to content
Snippets Groups Projects
Commit 10609eeb authored by syuilo's avatar syuilo
Browse files

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

parent 331afcb9
No related branches found
No related tags found
No related merge requests found
......@@ -575,6 +575,7 @@ async function post() {
localStorage.setItem('hashtags', JSON.stringify(unique(hashtags.concat(history))));
}
posting = false;
postAccount = null;
});
}).catch(err => {
posting = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment