mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 06:08:11 +00:00
[Browse] Menu action called correctly
Both the menu gesture and the menu arrow now correctly call the menu action. #33.
This commit is contained in:
@ -50,7 +50,7 @@ define(
|
||||
function ContextMenuAction($compile, $document, $window, $rootScope, actionContext) {
|
||||
|
||||
function perform() {
|
||||
//console.log('in perform()');
|
||||
console.log('in perform()');
|
||||
var winDim = [$window.innerWidth, $window.innerHeight],
|
||||
eventCoors = [actionContext.event.pageX, actionContext.event.pageY],
|
||||
menuDim = GestureConstants.MCT_MENU_DIMENSIONS,
|
||||
|
Reference in New Issue
Block a user