We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b48c4 commit 8f7c472Copy full SHA for 8f7c472
site/edit/template/components/ListComponents/EditorComp.jsx
@@ -43,7 +43,6 @@ class EditorComp extends React.Component {
43
};
44
newTemplateData.data.style = (newTemplateData.data.style || []).filter(c => c.id !== cb.id);
45
newTemplateData.data.style.push(data);
46
- console.log(Date.now());
47
dispatch(actions.setTemplateData(newTemplateData));
48
}
49
@@ -84,7 +83,6 @@ class EditorComp extends React.Component {
84
83
85
86
render() {
87
88
const { currentEditData, mediaStateSelect, location } = this.props;
89
const isCN = isZhCN(location.pathname);
90
if (!currentEditData) {
0 commit comments