We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b956ba commit 201ab81Copy full SHA for 201ab81
src/Shared/Components/Plugin/PluginCard.tsx
@@ -1,4 +1,4 @@
1
-import { Checkbox, CHECKBOX_VALUE } from '../../../Common'
+import { Checkbox, CHECKBOX_VALUE, stopPropagation } from '../../../Common'
2
import PluginImageContainer from './PluginImageContainer'
3
import PluginTagsContainer from './PluginTagsContainer'
4
import { PluginCardProps } from './types'
@@ -74,6 +74,7 @@ const PluginCard = ({
74
className="anchor fs-12 fw-6 lh-20"
75
target="_blank"
76
rel="noopener noreferrer"
77
+ onClick={stopPropagation}
78
>
79
Learn more
80
</a>
0 commit comments