changed copied message and added forced render for width change

This commit is contained in:
Patrick O'Carroll
2018-04-18 10:34:43 +02:00
parent 0120023aba
commit 23f644c2f5
2 changed files with 2 additions and 1 deletions

View File

@@ -140,6 +140,7 @@ export class DashboardGrid extends React.Component<DashboardGridProps, any> {
for (const panel of this.dashboard.panels) {
panel.resizeDone();
}
this.triggerForceUpdate();
}
updateGridPos(item, layout) {