mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): show cursor on drag previews
This commit is contained in:
parent
6d1057c560
commit
b6e9cd4fe2
@ -87,7 +87,7 @@ const AppDndContext = (props: PropsWithChildren) => {
|
||||
style={{
|
||||
width: 'min-content',
|
||||
height: 'min-content',
|
||||
cursor: 'none',
|
||||
cursor: 'grabbing',
|
||||
userSelect: 'none',
|
||||
// expand overlay to prevent cursor from going outside it and displaying
|
||||
padding: '10rem',
|
||||
|
Loading…
Reference in New Issue
Block a user