diff --git a/src/FloatingActionButton/FloatingActionButton.js b/src/FloatingActionButton/FloatingActionButton.js index 4d103d1b2e46b3..c1655a4c405367 100644 --- a/src/FloatingActionButton/FloatingActionButton.js +++ b/src/FloatingActionButton/FloatingActionButton.js @@ -220,7 +220,10 @@ class FloatingActionButton extends Component { }; handleTouchEnd = (event) => { - this.setState({zDepth: this.props.zDepth}); + this.setState({ + touch: true, + zDepth: this.props.zDepth, + }); if (this.props.onTouchEnd) { this.props.onTouchEnd(event); }