瀏覽代碼

auto commit

dev8
jfinn 4 年之前
父節點
當前提交
81bcae0015
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      react/features/filmstrip/components/web/Filmstrip.js

+ 1
- 1
react/features/filmstrip/components/web/Filmstrip.js 查看文件

@@ -540,6 +540,6 @@ function _mapStateToProps(state) {
540 540
     };
541 541
 }
542 542
 console.log("Filmstrip WEB2?")
543
-window.glob_dbg.Filmstrip = Filmstrip
543
+// window.glob_dbg.Filmstrip = Filmstrip
544 544
 if (window?.glob_dbg?.j){window.glob_dbg.j.Filmstrip = Filmstrip}
545 545
 export default translate(connect(_mapStateToProps)(Filmstrip));

Loading…
取消
儲存