Skip to content

Commit 5e4d027

Browse files
authored
stop preventing the default product card click behavior (#140)
1 parent 739c3cc commit 5e4d027

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/hooks/callbacks/useOnProductCardClick.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,9 @@ export default function useOnProductCardClick(
3232
section,
3333
});
3434
}
35-
// TODO: Track browse result click
3635
}
3736

3837
if (callback) callback(event, item);
39-
40-
event.preventDefault();
41-
event.stopPropagation();
4238
},
4339
[callback, cioClient, requestConfigs],
4440
);

0 commit comments

Comments
 (0)