Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
9dbce703bb
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      react/features/filmstrip/subscriber.web.js

+ 1
- 0
react/features/filmstrip/subscriber.web.js View File

@@ -36,6 +36,7 @@ StateListenerRegistry.register(
36 36
     /* selector */ state => getCurrentLayout(state),
37 37
     /* listener */ (layout, store) => {
38 38
         const state = store.getState();
39
+        clog("SWJ",layout, store,state)
39 40
 
40 41
         switch (layout) {
41 42
         case LAYOUTS.TILE_VIEW: {

Loading…
Cancel
Save