Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
remove unnecessary pointerEvents prop
Browse files Browse the repository at this point in the history
  • Loading branch information
boygirl committed Dec 19, 2017
1 parent f3b9ec2 commit 4662faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/victory-container.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default class extends VictoryContainer {
<View {...this.panResponder.panHandlers} style={divStyle} touchAction="box-none"
className={className} ref={props.containerRef}
>
<Svg {...svgProps} style={dimensions} pointerEvents="auto">
<Svg {...svgProps} style={dimensions}>
{title ? <title id="title">{title}</title> : null}
{desc ? <desc id="desc">{desc}</desc> : null}
{children}
Expand Down

0 comments on commit 4662faa

Please sign in to comment.