react-trello
react-trello copied to clipboard
Selecting text on a card drags it instead
Describe the bug Trying to select text while focused (on the card title / body / label) drags it instead
Expected behavior Text would be selected because it's focused
Actual behavior Selecting gets mistaken for dragging
Screenshots
Disabling the dragging functionality two parent components up the tree would be hard triggered from the InlineInput onMouseDown handler. Not ideal but its a bit easier to workaround double clicking words to select, and making use of option/alt/meta and arrow keys combined with shift to manipulate selection in the input.