Skip to content

Commit

Permalink
Fixed #1789 - DataTable ContextMenu Third Reposition
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jan 29, 2021
1 parent ae5ca4f commit 2b4e73b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/contextmenu/ContextMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ export class ContextMenu extends Component {
let event = this.currentEvent;
this.setState({
visible: false,
reshow: false,
rePosition: false,
resetMenu: true
}, () => this.show(event));
Expand Down

0 comments on commit 2b4e73b

Please sign in to comment.