updated filmstrip handler
This commit is contained in:
parent
20c6dba599
commit
986c29ca5d
|
@ -72,7 +72,7 @@ const FilmStrip = {
|
|||
let description = 'keyboardShortcuts.toggleFilmstrip';
|
||||
let handler = () => {
|
||||
JitsiMeetJS.analytics.sendEvent('toolbar.filmstrip.toggled');
|
||||
APP.UI.toggleFilmStrip();
|
||||
this.eventEmitter.emit(UIEvents.TOGGLE_FILM_STRIP);
|
||||
};
|
||||
|
||||
APP.keyboardshortcut.registerShortcut(
|
||||
|
|
Loading…
Reference in New Issue