Merge pull request #13510 from netchampfaris/throttle-set-open-count
fix: Throttle set_open_count
This commit is contained in:
commit
f4be870e58
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ frappe.ui.form.Dashboard = class FormDashboard {
|
|||
constructor(opts) {
|
||||
$.extend(this, opts);
|
||||
this.setup_dashboard_sections();
|
||||
this.set_open_count = frappe.utils.throttle(this.set_open_count, 500);
|
||||
}
|
||||
|
||||
setup_dashboard_sections() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue