Browse Source

Removing reference to NavigationContainer

This must be from one of the future version backports maybe?
dariusk-working/4_3_0
Darius Kazemi 4 months ago committed by Misty De Méo
parent
commit
4621990cc4
  1. 1
      app/javascript/mastodon/features/compose/index.jsx

1
app/javascript/mastodon/features/compose/index.jsx

@ -145,7 +145,6 @@ class Compose extends PureComponent {
onClick={this.handleHeaderClick}
multiColumn={multiColumn}
/>
<NavigationContainer onClose={this.onBlur} />
<ComposeFormContainer />
<Helmet>

Loading…
Cancel
Save