Browse Source
Update dashboard-component.models.ts
pull/11707/head
Igor Kulikov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|
|