Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
reset the width/height in resetTargetDimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Nov 19, 2014
1 parent f5cfd0b commit 477d0ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core-dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@
style[dims.position.v] = null;
dims.position.v_by = null;
}
style.width = null;
style.height = null;
this.super();
},

Expand Down

0 comments on commit 477d0ae

Please sign in to comment.