Grid.moveColumnLeft: call ScrollView.onGridReordered

This commit is contained in:
Peter Fajdiga
2023-08-18 12:10:59 +02:00
parent a949dca458
commit 048bf2a51a

View File

@@ -24,7 +24,7 @@ class Grid {
moveColumnLeft(column: Column) {
this.columns.moveBack(column);
this.columnsSetX(column);
this.container.onGridWidthChanged();
this.container.onGridReordered();
}
moveColumnRight(column: Column) {