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 d131394 commit 425bb43Copy full SHA for 425bb43
src/store/mutations.js
@@ -81,6 +81,10 @@ const mutations = {
81
console.log(newObj[activeComponent])
82
console.log("he saves the children but not the british children", activeObjChildrenArray)
83
84
+ activeObjChildrenArray.forEach((child => {
85
+ delete newObj[child].parent[activeComponent]
86
+ }))
87
+
88
delete newObj[activeComponent]
89
90
// goes in to make sure no children are the selected component any longer
0 commit comments