diff --git a/frappe/public/js/frappe/ui/notifications/notifications.js b/frappe/public/js/frappe/ui/notifications/notifications.js index f2ca85decb..a7d40e0cf9 100644 --- a/frappe/public/js/frappe/ui/notifications/notifications.js +++ b/frappe/public/js/frappe/ui/notifications/notifications.js @@ -55,13 +55,9 @@ frappe.ui.Notifications = class Notifications { .on("click", (e) => { if (this.full_height) { this.dropdown.addClass("hidden"); - } else { - this.dropdown_list.addClass("hidden"); } }) - .appendTo(this.header_actions) - .attr("title", __("Close")) - .tooltip({ delay: { show: 600, hide: 100 }, trigger: "hover" }); + .appendTo(this.header_actions); this.categories = [ {