fixed message counter not resetting

This commit is contained in:
supertiger 2019-02-20 09:36:07 +00:00
parent 06802b59a4
commit afa6eee039

View file

@ -87,6 +87,7 @@ export default {
if (this.message.length > 5000) return;
clearInterval(this.postTimerID);
this.postTimerID = null;
this.messageLength = 0;
const msg = this.message;
const tempID = this.generateNum(25);