Describe the bug
My board uses customCardLayout and my card includes a <a href="..."> tag. Clicking the hyperlink does not work.
To Reproduce
Steps to reproduce the behavior:
const Card = ()=> <a href="www.github.com">test</a>;
<Board
customCardLayout
eventBusHandle={eventBusHandle}
handleDragEnd={handleDragEnd}
hideCardDeleteIcon
draggable
editable
laneDraggable={false}
data={myData}
addCardLink={<span/>}>
<Card/>
</Board>
- click on the link inside a card
Expected behavior
The click works and navigates away form the current page. Drag & drop should still work if I click and drag elsewhere in the card.
Desktop :
- OS: Windown
- Browser: Chrome
- Version: 70
Describe the bug
My board uses
customCardLayoutand my card includes a<a href="...">tag. Clicking the hyperlink does not work.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The click works and navigates away form the current page. Drag & drop should still work if I click and drag elsewhere in the card.
Desktop :