mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): show cursor on drag previews
This commit is contained in:
committed by
Kent Keirsey
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',
|
||||
|
||||
Reference in New Issue
Block a user