Skip to content

Commit 18ce5ac

Browse files
fix: closed app menu does not re-open
1 parent 6f3e720 commit 18ce5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/components/app/app-menu.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ class AppMenu extends Component<
216216
from="left"
217217
hideHeader
218218
isOpen={isPaneOpen}
219-
onRequestClose={this._togglePane}
219+
onRequestClose={() => this.setState({ isPaneOpen: false })}
220220
shouldCloseOnEsc
221221
width="320px"
222222
>

0 commit comments

Comments
 (0)