Skip to content

Commit a3fdd6b

Browse files
committed
added activeLayer
1 parent 55dc8d2 commit a3fdd6b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/store/state/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,16 @@ const newState = {
6060
*/
6161
componentNameInputValue: '',
6262
projects: [{ filename: 'Untitled-1', lastSavedLocation: '' }],
63+
6364
activeRoute: 'HomeView',
6465
activeComponent: '',
6566
activeHTML: '',
67+
activeLayer: {
68+
id:'',
69+
lineage:[]
70+
},
71+
72+
6673
selectedElementList: [],
6774
projectNumber: 2,
6875
activeTab: 0,

0 commit comments

Comments
 (0)