mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): IAIDndImage cursor: 'grab'
This commit is contained in:
parent
a0dde66b5d
commit
54b7ddd63f
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user