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();