diff --git a/frontend/src/metabase/dashboard/components/grid/GridLayout.jsx b/frontend/src/metabase/dashboard/components/grid/GridLayout.jsx
index 9db4e1ae42c628f58ed262fb1e5d3dbcd457fa83..2e2e4508ea0e1ce4005b1e18c1f733dbb1834e04 100644
--- a/frontend/src/metabase/dashboard/components/grid/GridLayout.jsx
+++ b/frontend/src/metabase/dashboard/components/grid/GridLayout.jsx
@@ -112,6 +112,7 @@ export default class GridLayout extends Component {
 
   onResizeStart(i, { size }) {
     this.setState({ resizing: true });
+    this.onResize(i, { size });
   }
 
   onResize(i, { size }) {