mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
chore: add note for why drag/drop doesn't
work with contentEditable=false
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user