Current behavior:
When editing the details of a screen in the side panel: selecting the text of one of the inputs (e.g. title), the entire screen item moves around instead of allowing me to select just the text.
Explanation:
This is because there's another behavior—drag-to-reorder—which is listening on the same elements. Need to add some logic so that when a user is editing the inputs, drag-to-reorder is disabled.
Expected behavior:
- User can drag-select text in input fields while in edit mode
- Drag-to-reorder screens still works when not in editing mode