Skip to content

Commit

Permalink
fix(pinning): restore correct width state
Browse files Browse the repository at this point in the history
closes: #3324
  • Loading branch information
jonathanchris committed Apr 21, 2015
1 parent a45bd8c commit 4ffaaf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/pinning/js/pinning.js
Expand Up @@ -205,7 +205,6 @@
}
else {
col.renderContainer = container;
col.width = col.drawnWidth;
if (container === uiGridPinningConstants.container.LEFT) {
grid.createLeftContainer();
}
Expand Down

0 comments on commit 4ffaaf2

Please sign in to comment.