From cfdf65025d98fb942bbd60de1a91abff801d5689 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 15 Sep 2022 13:32:29 +0300 Subject: [PATCH] fix stream post input event --- client/src/views/stream/panel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/views/stream/panel.js b/client/src/views/stream/panel.js index 838aed580f..d06155ae0b 100644 --- a/client/src/views/stream/panel.js +++ b/client/src/views/stream/panel.js @@ -76,7 +76,7 @@ define('views/stream/panel', ['views/record/panels/relationship', 'lib!Textcompl } }*/ }, - 'keyup textarea[data-name="post"]': function () { + 'input textarea[data-name="post"]': function () { this.controlPreviewButton(); this.controlPostButtonAvailability(this.$textarea.val()); },