mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-18 05:51:11 +00:00
fixed message counter not resetting
This commit is contained in:
parent
06802b59a4
commit
afa6eee039
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue