Solve event on following (#19)
This commit is contained in:
@@ -118,7 +118,7 @@ export class UserBox extends Component {
|
|||||||
*/
|
*/
|
||||||
handleTouchTap = (evt) => {
|
handleTouchTap = (evt) => {
|
||||||
// This prevents ghost click.
|
// This prevents ghost click.
|
||||||
event.preventDefault()
|
evt.preventDefault()
|
||||||
|
|
||||||
this.setState({
|
this.setState({
|
||||||
open: true,
|
open: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user