wip: trying to align react & angular edit modes

This commit is contained in:
Torkel Ödegaard
2018-08-24 18:46:17 +02:00
parent 0b794ff685
commit 1c97816275
5 changed files with 51 additions and 41 deletions

View File

@@ -165,7 +165,7 @@ export class DashboardGrid extends React.Component<DashboardGridProps, any> {
componentDidMount() {
setTimeout(() => {
this.setState({ animated: true });
this.setState({ animated: false });
});
}