Skip to content

Commit

Permalink
fix: remove remove key function on modal hide
Browse files Browse the repository at this point in the history
  • Loading branch information
mananjadhav committed Aug 23, 2022
1 parent 79e80ea commit 953fbb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/PopoverMenu/BasePopoverMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class BasePopoverMenu extends PureComponent {
}

onModalHide() {
this.removeKeyboardShorcuts();
this.updateFocusedIndex(-1);
this.props.onMenuHide();
}
Expand Down

0 comments on commit 953fbb0

Please sign in to comment.