diff --git a/webroot/rsrc/js/application/differential/behavior-edit-inline-comments.js b/webroot/rsrc/js/application/differential/behavior-edit-inline-comments.js index a7484da437..c4db096d2a 100644 --- a/webroot/rsrc/js/application/differential/behavior-edit-inline-comments.js +++ b/webroot/rsrc/js/application/differential/behavior-edit-inline-comments.js @@ -75,6 +75,7 @@ JX.behavior('differential-edit-inline-comments', function(config) { function(e) { if (editor || selecting || + e.isRightButton() || getRowNumber(e.getTarget()) === undefined) { return; }