Merge pull request #36409 from iamejaaz/sidebar-title-tooltip

fix(form): hide sidebar element when sidebar is hidden
This commit is contained in:
Ejaaz Khan 2026-01-28 16:04:06 +05:30 committed by GitHub
commit ab4c65769b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -609,6 +609,8 @@ frappe.ui.form.Form = class FrappeForm {
toolbar: this.toolbar,
});
this.sidebar.make();
} else {
this.page.sidebar.hide();
}
// clear layout message