diff --git a/src/components/app/RightPanel.vue b/src/components/app/RightPanel.vue index 7d567dc..66da7c3 100644 --- a/src/components/app/RightPanel.vue +++ b/src/components/app/RightPanel.vue @@ -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);