Skip to content

Commit 7c3eab2

Browse files
author
Ives van Hoorne
committed
Default close directories
1 parent 4e711d8 commit 7c3eab2

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 == null ? true : open}>
210+
<Opener open={open}>
211211
{creating === 'directory' &&
212212
<Entry
213213
id=""

0 commit comments

Comments
 (0)