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,
|
||||
minH: minSize,
|
||||
userSelect: 'none',
|
||||
cursor: 'grab',
|
||||
}}
|
||||
{...attributes}
|
||||
{...listeners}
|
||||
|
Loading…
Reference in New Issue
Block a user