|
|
@@ -152,11 +152,13 @@ export class DashboardGrid extends React.Component<DashboardGridProps, any> {
|
|
|
|
|
|
onResize(layout, oldItem, newItem) {
|
|
|
this.panelMap[newItem.i].updateGridPos(newItem);
|
|
|
+ this.triggerForceUpdate();
|
|
|
}
|
|
|
|
|
|
onResizeStop(layout, oldItem, newItem) {
|
|
|
this.updateGridPos(newItem, layout);
|
|
|
this.panelMap[newItem.i].resizeDone();
|
|
|
+ this.triggerForceUpdate();
|
|
|
}
|
|
|
|
|
|
onDragStop(layout, oldItem, newItem) {
|