fix: hover action setup after apps switch

This commit is contained in:
sokumon 2025-01-15 22:26:33 +05:30
parent 218c06e489
commit 97f811325c

View file

@ -154,6 +154,7 @@ frappe.ui.Sidebar = class Sidebar {
this.setup_sorting();
this.set_active_workspace_item();
this.set_hover();
}
build_sidebar_section(title, root_pages) {