Browse Source

Update dashboard-component.models.ts

pull/11707/head
Igor Kulikov 2 years ago
committed by GitHub
parent
commit
da3cc282df
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ui-ngx/src/app/modules/home/models/dashboard-component.models.ts

2
ui-ngx/src/app/modules/home/models/dashboard-component.models.ts

@ -818,7 +818,7 @@ export class DashboardWidget implements GridsterItem, IDashboardWidget {
return order;
}
updatedXY(x: number, y: number) {
updatePosition(x: number, y: number) {
if (this.widgetLayout) {
this.widgetLayout.col = x;
this.widgetLayout.row = y;

Loading…
Cancel
Save