Merge pull request #35547 from sokumon/sidebar-fixes

This commit is contained in:
Soham Kulkarni 2025-12-31 01:16:10 +05:30 committed by GitHub
commit e8a5529b98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,6 +121,7 @@ frappe.ui.toolbar.Toolbar = class {
this.add_back_button();
} else {
this.navbar.html(this.menu);
this.bind_click();
}
}
};