File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class PopoverReportActionContextMenu extends React.Component {
46
46
this . confirmDeleteAndHideModal = this . confirmDeleteAndHideModal . bind ( this ) ;
47
47
this . hideDeleteModal = this . hideDeleteModal . bind ( this ) ;
48
48
this . showDeleteModal = this . showDeleteModal . bind ( this ) ;
49
- this . runAfterContextMenuHide = this . runAfterContextMenuHide . bind ( this ) ;
49
+ this . runAndResetOnPopoverHide = this . runAndResetOnPopoverHide . bind ( this ) ;
50
50
this . getContextMenuMeasuredLocation = this . getContextMenuMeasuredLocation . bind ( this ) ;
51
51
this . isActiveReportAction = this . isActiveReportAction . bind ( this ) ;
52
52
}
@@ -226,7 +226,7 @@ class PopoverReportActionContextMenu extends React.Component {
226
226
< PopoverWithMeasuredContent
227
227
isVisible = { this . state . isPopoverVisible }
228
228
onClose = { this . hideContextMenu }
229
- onModalHide = { this . runAfterContextMenuHide }
229
+ onModalHide = { this . runAndResetOnPopoverHide }
230
230
anchorPosition = { this . state . popoverAnchorPosition }
231
231
animationIn = "fadeIn"
232
232
animationOutTiming = { 1 }
You can’t perform that action at this time.
0 commit comments