Skip to content

Commit d065746

Browse files
APAP
authored andcommitted
merged with final
1 parent b7a99ed commit d065746

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/store/state/index.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,12 @@ const newState = {
6363

6464
activeRoute: 'HomeView',
6565
activeComponent: '',
66-
// on click, push name and index into active element
67-
activeElement: [0, 'div'],
66+
activeHTML: '',
67+
activeLayer: {
68+
id:'',
69+
lineage:[]
70+
},
71+
6872
selectedElementList: [],
6973
projectNumber: 2,
7074
activeTab: 0,

0 commit comments

Comments
 (0)