投稿したらアカウントを元に戻すように
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))));
|
localStorage.setItem('hashtags', JSON.stringify(unique(hashtags.concat(history))));
|
||||||
}
|
}
|
||||||
posting = false;
|
posting = false;
|
||||||
|
postAccount = null;
|
||||||
});
|
});
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
posting = false;
|
posting = false;
|
||||||
|
|
Loading…
Reference in New Issue