aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/app/app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 620b4617a..4565bdd37 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -198,7 +198,6 @@ App.prototype.renderAppBar = function () {
isOpen: state.isMainMenuOpen,
color: 'rgb(247,146,30)',
onClick: () => {
- event.stopPropagation()
this.setState({
isMainMenuOpen: !state.isMainMenuOpen,
})