diff options
| author | sD <stoned@derpymail.org> | 2020-05-03 16:46:23 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-05-03 16:46:23 +0200 |
| commit | 91a4d67adaf0293146c610f08b47cc3a82923959 (patch) | |
| tree | aadf09fb8a5cb8a1d635d89f1d7a319947e5cf89 | |
| parent | 4a97c8be471f1806e7a4bb0f1770f105bd690e17 (diff) | |
fix weird blinkyness on the chatbox
| -rw-r--r-- | webAO/client.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js index 49955c0..0925b9f 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -1898,7 +1898,6 @@ async changeBackground(position) { chatBoxInner.innerText = this.textnow; if (this.textnow === this.chatmsg.content) { - this.textTimer = 0; this._animating = false; charSprite.src = this.silentSprite; charSprite.style.opacity = 1; |
