Skip to content

Commit 7c7802a

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

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
@@ -66,7 +66,7 @@ class DirectoryEntry extends React.PureComponent {
6666
props: Props;
6767
state: State = {
6868
creating: '',
69-
open: true, // TODO move this permanently to store
69+
open: false,
7070
};
7171

7272
resetState = () => this.setState({ creating: '' });

0 commit comments

Comments
 (0)