Conversation
|
@CodiumAI-Agent /describe |
Title773 chipblock linkbug User descriptionDescriptionImplemented the navigation for link option of chip block Changes MadeImplemented the navigation for link option of chip block PR TypeBug fix Description
Changes walkthrough 📝
|
|
@CodiumAI-Agent /review |
|
@CodiumAI-Agent /improve |
PR Code Suggestions ✨Latest suggestions up to 383d8b7
Previous suggestionsSuggestions up to commit 8d53e62
|
| <Chip | ||
| {...chipProps} | ||
| onClick={(e) => e.preventDefault()} | ||
| onClick={(e) => {e.preventDefault();window.open(link, '_blank','noopener,noreferrer')}} |
There was a problem hiding this comment.
why does the Chip need an onClick when there is an anchor tag wrapping it? can't we get rid of the onClick on the chip altogether and use the anchor tag?
|
@Mezzet link on chip fix, take a look at code |
|
@CodiumAI-Agent /update_changelog |
|
Changelog updates: 🔄 2025-05-27 #1195Added
|
Description
Implemented the navigation for link option of chip block
Changes Made
Implemented the navigation for link option of chip block