Make right-click menu work in Firefox
This commit is contained in:
@@ -188,7 +188,7 @@ angular.module('umbraco.directives')
|
||||
e.stopPropagation();
|
||||
var fn = $parse(attrs.onRightClick);
|
||||
scope.$apply(function () {
|
||||
fn(scope, { $event: event });
|
||||
fn(scope, { $event: e });
|
||||
});
|
||||
return false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user