Skip to content

Instantly share code, notes, and snippets.

@eboyer
Created May 29, 2015 17:27
Show Gist options
  • Save eboyer/3f5e7fcd884eb9d51949 to your computer and use it in GitHub Desktop.
Save eboyer/3f5e7fcd884eb9d51949 to your computer and use it in GitHub Desktop.
this._$drawerContent.on(transitionEvent, function() {
if (self.props.selected) {
self.isOpening = false;
self._drawerStyles = {
maxHeight: 'none',
WebkitTransition: 'none',
transition: 'none'
};
self.forceUpdate(); // skips shouldComponentUpdate
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment