Parcourir la source

(fix): Change wrong function description

master
Vlad Piersec il y a 3 ans
Parent
révision
9ef71e3b15
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      react/features/large-video/components/LargeVideo.web.js

+ 1
- 1
react/features/large-video/components/LargeVideo.web.js Voir le fichier

@@ -168,7 +168,7 @@ class LargeVideo extends Component<Props> {
168 168
     _onDoubleTap: () => void
169 169
 
170 170
     /**
171
-     * Creates the custom styles object.
171
+     * Sets view to tile view on double tap.
172 172
      *
173 173
      * @param {Object} e - The event.
174 174
      * @private

Chargement…
Annuler
Enregistrer