Make right-click menu work in Firefox

This commit is contained in:
Sebastiaan Janssen
2019-01-27 12:02:39 +01:00
parent a185d56ae5
commit 647d92775c

View File

@@ -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;
});