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',
|
||||
id: a,
|
||||
_id: a,
|
||||
isSelectedFile: true,
|
||||
fileType: 'file',
|
||||
children: []
|
||||
},
|
||||
{
|
||||
name: 'index.html',
|
||||
content: project.sketchContent,
|
||||
isSelectedFile: true,
|
||||
id: b,
|
||||
_id: b,
|
||||
fileType: 'file',
|
||||
|
|
Loading…
Reference in a new issue