mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-07-05 02:50:46 +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;
|
if (this.message.length > 5000) return;
|
||||||
clearInterval(this.postTimerID);
|
clearInterval(this.postTimerID);
|
||||||
this.postTimerID = null;
|
this.postTimerID = null;
|
||||||
|
this.messageLength = 0;
|
||||||
|
|
||||||
const msg = this.message;
|
const msg = this.message;
|
||||||
const tempID = this.generateNum(25);
|
const tempID = this.generateNum(25);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue