From fb833787505cd8d50ecccbd3a5a482184d79ff71 Mon Sep 17 00:00:00 2001 From: "630892807@qq.com" <630892807@qq.com> Date: Sun, 14 Mar 2021 20:35:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E5=90=AC=E6=BB=9A=E5=8A=A8=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/chat-page.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/chat-page.js b/static/js/chat-page.js index 0f3e540..0908828 100644 --- a/static/js/chat-page.js +++ b/static/js/chat-page.js @@ -534,6 +534,7 @@ new Vue({ }, mounted:function() { document.addEventListener('paste', this.onPasteUpload) + document.addEventListener('scroll',this.textareaBlur) }, created: function () { this.init();