feat(ui): IAIDndImage cursor: 'grab'

This commit is contained in:
psychedelicious 2023-06-03 13:33:57 +10:00
parent a0dde66b5d
commit 54b7ddd63f

View File

@ -89,6 +89,7 @@ const IAIDndImage = (props: IAIDndImageProps) => {
minW: minSize, minW: minSize,
minH: minSize, minH: minSize,
userSelect: 'none', userSelect: 'none',
cursor: 'grab',
}} }}
{...attributes} {...attributes}
{...listeners} {...listeners}