mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
[Code Style] Fix merge error
Fix merge error in ContextMenuAction which caused test failure. WTD-1482.
This commit is contained in:
parent
841273edf6
commit
86f0a9100f
@ -114,6 +114,7 @@ define(
|
||||
// Dismiss the menu when body is clicked elsewhere
|
||||
// ('mousedown' because 'click' breaks left-click context menus)
|
||||
body.on('mousedown', dismiss);
|
||||
menu.on('click', dismiss);
|
||||
|
||||
// Don't launch browser's context menu
|
||||
actionContext.event.preventDefault();
|
||||
|
Loading…
Reference in New Issue
Block a user