소스 검색

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) {