Open
Description
Describe the bug
When you drag and drop a card, the card's onClick
handler should not be called but on Firefox it is.
To Reproduce
Steps to reproduce the behavior:
- Create a board
- Use a custom card template
- In you card template, handle
onClick
(const Card = <div onClick={()=>console.log('click')}/>
) - Add a card to your board
- On Chrome or Edge: drag the card to another column. The
onClick
handler IS NOT called and this is correct. - Try the same on Firefox (drag the card to another column). The
onClick
IS CALLED. But this is not a click, this is a drag&drop gesture.
Expected behavior
The onClick
handler should not be called
Desktop (please complete the following information):
- OS: Windows 10
- Browser Firefox
- Version 65