chore: add note for why drag/drop doesn't

work with contentEditable=false
This commit is contained in:
thecodrr
2022-06-27 12:50:20 +05:00
parent 9f1d34c799
commit fabd0c01b0

View File

@@ -43,7 +43,9 @@ export function TaskItemComponent(
<Icon
className="dragHandle"
draggable="true"
//contentEditable={false}
// NOTE: Turning this off somehow makes drag/drop stop working
// properly on touch devices.
// contentEditable={false}
data-drag-handle
path={Icons.dragHandle}
sx={{