Skip to content

Commit

Permalink
bugfix: fix #5254 (#5255)
Browse files Browse the repository at this point in the history
Co-authored-by: Jerry <jerry.yuan@webweye.com>
  • Loading branch information
JerryYuanJ and Jerry authored Nov 4, 2020
1 parent 12f7192 commit c6bf8a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/app/components/dashboards/DashboardGrid.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ class DashboardGrid extends React.Component {
return (
<div className={className}>
<ResponsiveGridLayout
draggableCancel="input"
className={cx("layout", { "disable-animations": this.state.disableAnimations })}
cols={{ [MULTI]: cfg.columns, [SINGLE]: 1 }}
rowHeight={cfg.rowHeight - cfg.margins}
Expand Down

0 comments on commit c6bf8a1

Please sign in to comment.