ソースを参照

Fix send button not working in a muc room

Was looking at the wrong form
John Spurlock 3 年 前
コミット
1c6ada4af8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/plugins/muc-views/bottom-panel.js

+ 1 - 1
src/plugins/muc-views/bottom-panel.js

@@ -40,7 +40,7 @@ export default class MUCBottomPanel extends BottomPanel {
     }
 
     sendButtonClicked (ev) {
-        this.querySelector('converse-message-form')?.onFormSubmitted(ev);
+        this.querySelector('converse-muc-message-form')?.onFormSubmitted(ev);
     }
 
     hideOccupants (ev) {