Skip to content

Commit

Permalink
Merge pull request #3325 from b2io/fix-3324
Browse files Browse the repository at this point in the history
fix(pinning): restore correct width state
  • Loading branch information
PaulL1 committed Apr 21, 2015
2 parents e657a70 + 4ffaaf2 commit d4a784f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/pinning/js/pinning.js
Original file line number Diff line number Diff line change
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 d4a784f

Please sign in to comment.