Fix integration test failures: unnecessary sandwich-expando event stopPropagation

feature/default_network_editable
sdtsui 7 years ago
parent d811999090
commit b5251d22a6
  1. 1
      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,
})

Loading…
Cancel
Save