fix stream post input event

This commit is contained in:
Yuri Kuznetsov
2022-09-15 13:32:29 +03:00
parent bf471e654c
commit cfdf65025d
+1 -1
View File
@@ -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());
},