소스 검색

updated filmstrip handler

master
Ilya Daynatovich 8 년 전
부모
커밋
986c29ca5d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      modules/UI/videolayout/FilmStrip.js

+ 1
- 1
modules/UI/videolayout/FilmStrip.js 파일 보기

@@ -72,7 +72,7 @@ const FilmStrip = {
72 72
         let description = 'keyboardShortcuts.toggleFilmstrip';
73 73
         let handler = () => {
74 74
             JitsiMeetJS.analytics.sendEvent('toolbar.filmstrip.toggled');
75
-            APP.UI.toggleFilmStrip();
75
+            this.eventEmitter.emit(UIEvents.TOGGLE_FILM_STRIP);
76 76
         };
77 77
 
78 78
         APP.keyboardshortcut.registerShortcut(

Loading…
취소
저장