Skip to content

Commit 5bffe0e

Browse files
committed
fix event propagation issue
1 parent 5653075 commit 5bffe0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/graphql-playground/src/components/Tooltip.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class Tooltip extends React.PureComponent<Props, {}> {
4545
(!domNode || !domNode.contains(event.target)) &&
4646
typeof this.props.onClose !== 'undefined'
4747
) {
48-
event.stopPropagation()
4948
this.props.onClose(event)
5049
}
5150
}

0 commit comments

Comments
 (0)