When trying to highlight something in an item (for instance text in a list item), it sees the mousedown/drag/mouseup as a click. This should not happen. Click to edit should do the following:
- Detect mousedown
- Check for drag
- On mouseup, if there was no drag, then trigger the edit
When trying to highlight something in an item (for instance text in a list item), it sees the mousedown/drag/mouseup as a click. This should not happen. Click to edit should do the following: