From 9663df3457b68fc539d2e6fefdd458a98ddc3988 Mon Sep 17 00:00:00 2001 From: James Allen Date: Mon, 30 Jan 2017 16:00:32 +0100 Subject: [PATCH] Jump to text when clicking change icon as well --- .../coffee/ide/review-panel/directives/changeEntry.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/public/coffee/ide/review-panel/directives/changeEntry.coffee b/services/web/public/coffee/ide/review-panel/directives/changeEntry.coffee index d7bdabdc42..9dc1ef2a37 100644 --- a/services/web/public/coffee/ide/review-panel/directives/changeEntry.coffee +++ b/services/web/public/coffee/ide/review-panel/directives/changeEntry.coffee @@ -18,7 +18,7 @@ define [ scope.needsCollapsing = false element.on "click", (e) -> - if $(e.target).is('.rp-entry, .rp-entry-description, .rp-entry-body') + if $(e.target).is('.rp-entry, .rp-entry-description, .rp-entry-body, .rp-entry-action-icon i') scope.onBodyClick() scope.toggleCollapse = () ->