Quellcode durchsuchen

auto acp scripted

master
jfinn vor 4 Jahren
Ursprung
Commit
c52e24fd31
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      react/features/video-layout/functions.js

+ 1
- 1
react/features/video-layout/functions.js Datei anzeigen

@@ -144,7 +144,7 @@ export function getTileViewGridDimensions_jfinn(state: Object, maxColumns: numbe
144 144
     if (columnsOverflowed) {
145 145
         visibleRows = Math.min(visibleRows, maxColumns);
146 146
     }
147
-    console.log("pull_req jfinn",{TILE_ASPECT_RATIO,tileGrid,numberOfParticipants0,numberOfParticipants,columns,visibleRows})
147
+    console.log("pull_req jfinn dev",{TILE_ASPECT_RATIO,tileGrid,numberOfParticipants0,numberOfParticipants,columns,visibleRows})
148 148
 
149 149
     return {
150 150
         columns,

Laden…
Abbrechen
Speichern