Commit d2244dcb by Keval Bhatt Committed by Madhan Neethiraj

ATLAS-2318: UI - clicking on child tag twice, parent tag is selected

parent 8db8b5c7
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment