Skip to content

Commit 9f7aa6e

Browse files
fix bad merge
1 parent 3e1c031 commit 9f7aa6e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/js/touchevents.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,7 @@ class TouchEventBoundary extends React.Component<TouchEventBoundaryProps> {
130130

131131
const crumb = {
132132
category: this.props.breadcrumbCategory,
133-
data: {
134-
path: touchPath,
135-
target: detail,
136-
},
133+
data: { path: touchPath },
137134
level: level,
138135
message: `Touch event within element: ${detail}`,
139136
type: this.props.breadcrumbType,

0 commit comments

Comments
 (0)