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 0bce8ee commit 993396cCopy full SHA for 993396c
src/store/mutations.js
@@ -608,7 +608,7 @@ const mutations = {
608
[types.UPDATE_ACTIVE_COMPONENT_CHILDREN_VALUE]: (state, payload) => {
609
const temp = state.componentMap[state.activeComponent].children
610
// delete block
611
- console.log('UPDATE_ACTIVE_COMPONENT_CHILDREN_VALUEs payload', payload)
+ // console.log('UPDATE_ACTIVE_COMPONENT_CHILDREN_VALUEs payload', payload)
612
if (payload.length < temp.length) {
613
const child = temp.filter(el => !payload.includes(el))
614
// console.log('delete child: ', child)
0 commit comments