Skip to content

Commit 55d414f

Browse files
author
Ives van Hoorne
committed
Default open root module
1 parent 296a5f0 commit 55d414f

File tree

1 file changed

+1
-1
lines changed
  • src/app/pages/SandboxView/Sandbox/Editor/Workspace/Files/DirectoryEntry

1 file changed

+1
-1
lines changed

src/app/pages/SandboxView/Sandbox/Editor/Workspace/Files/DirectoryEntry/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ class DirectoryEntry extends React.PureComponent {
207207
closeTree={this.closeTree}
208208
/>
209209
</EntryContainer>
210-
<Opener open={open}>
210+
<Opener open={root || open}>
211211
{creating === 'directory' &&
212212
<Entry
213213
id=""

0 commit comments

Comments
 (0)