|
|
@@ -539,5 +539,6 @@ function _mapStateToProps(state) {
|
|
539
|
539
|
_isToolboxVisible: isToolboxVisible(state)
|
|
540
|
540
|
};
|
|
541
|
541
|
}
|
|
|
542
|
+console.log("Filmstrip WEB?",)
|
|
542
|
543
|
if (window?.glob_dbg?.j){window.glob_dbg.j.Filmstrip = Filmstrip}
|
|
543
|
544
|
export default translate(connect(_mapStateToProps)(Filmstrip));
|