You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: