diff --git a/client/components/Nav.jsx b/client/components/Nav.jsx
index bad3b287..f19c6628 100644
--- a/client/components/Nav.jsx
+++ b/client/components/Nav.jsx
@@ -95,7 +95,7 @@ class Nav extends React.PureComponent {
onFocus={this.clearHideTimeout}
>
File
-
+
-
@@ -110,6 +110,7 @@ class Nav extends React.PureComponent {
} else if (this.props.warnIfUnsavedChanges()) {
this.props.newProject();
}
+ this.setDropdown('none');
}}
onFocus={this.handleFocus.bind(this, 'file')}
onBlur={this.handleBlur}
@@ -126,6 +127,7 @@ class Nav extends React.PureComponent {
} else {
this.props.showErrorModal('forceAuthentication');
}
+ this.setDropdown('none');
}}
onFocus={this.handleFocus.bind(this, 'file')}
onBlur={this.handleBlur}
@@ -137,7 +139,10 @@ class Nav extends React.PureComponent {
{ this.props.project.id && this.props.user.authenticated &&
-