change selected file for instance container examples
This commit is contained in:
parent
412d330f74
commit
fcbb12ba13
1 changed files with 1 additions and 1 deletions
|
@ -205,13 +205,13 @@ function createProjectsInP5user(projectsInAllCategories) {
|
||||||
content: '// Instance Mode : Instance Container, please check its index.html file',
|
content: '// Instance Mode : Instance Container, please check its index.html file',
|
||||||
id: a,
|
id: a,
|
||||||
_id: a,
|
_id: a,
|
||||||
isSelectedFile: true,
|
|
||||||
fileType: 'file',
|
fileType: 'file',
|
||||||
children: []
|
children: []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'index.html',
|
name: 'index.html',
|
||||||
content: project.sketchContent,
|
content: project.sketchContent,
|
||||||
|
isSelectedFile: true,
|
||||||
id: b,
|
id: b,
|
||||||
_id: b,
|
_id: b,
|
||||||
fileType: 'file',
|
fileType: 'file',
|
||||||
|
|
Loading…
Reference in a new issue