Update dashboard-component.models.ts
This commit is contained in:
parent
e4f3f41558
commit
da3cc282df
@ -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…
x
Reference in New Issue
Block a user