Commit 02a618af by pratik24mac Committed by nixonrodrigues

ATLAS-2329 : Atlas UI Multiple Hovers appears if user click on another tag which is incorrect

parent 9abc89bf
......@@ -509,8 +509,10 @@ define(['require',
});
},
onTagList: function(e, toggle) {
var that = this;
e.stopPropagation();
if (e.target.nodeName === "A") {
that.$('.tagPopover').popover('hide');
$(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