Update dashboard-component.models.ts

This commit is contained in:
Igor Kulikov 2024-09-19 19:03:18 +03:00 committed by GitHub
parent e4f3f41558
commit da3cc282df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;