fix(mobile): always bind click to trigger sidebar

This commit is contained in:
sokumon 2025-12-30 23:41:03 +05:30
parent eb4139ed4a
commit ab0de99d86

View file

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