From d2244dcb2f116d681c4f97b8b6d1d260cc9d40cc Mon Sep 17 00:00:00 2001 From: Keval Bhatt <kbhatt@hortonworks.com> Date: Sun, 24 Dec 2017 19:11:07 +0530 Subject: [PATCH] ATLAS-2318: UI - clicking on child tag twice, parent tag is selected Signed-off-by: Madhan Neethiraj <madhan@apache.org> --- dashboardv2/public/js/views/tag/TagLayoutView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboardv2/public/js/views/tag/TagLayoutView.js b/dashboardv2/public/js/views/tag/TagLayoutView.js index e1f7c07..194be6b 100644 --- a/dashboardv2/public/js/views/tag/TagLayoutView.js +++ b/dashboardv2/public/js/views/tag/TagLayoutView.js @@ -509,6 +509,7 @@ define(['require', }); }, onTagList: function(e, toggle) { + e.stopPropagation(); if (e.target.nodeName === "A") { $(e.currentTarget).parents('ul.tag-tree').find('li.active').removeClass("active"); $(e.currentTarget).addClass("active"); -- libgit2 0.27.1