Skip to content

Commit b6e9cd4

Browse files
psychedelicioushipsterusername
authored andcommitted
feat(ui): show cursor on drag previews
1 parent 6d1057c commit b6e9cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/dnd/components/AppDndContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const AppDndContext = (props: PropsWithChildren) => {
8787
style={{
8888
width: 'min-content',
8989
height: 'min-content',
90-
cursor: 'none',
90+
cursor: 'grabbing',
9191
userSelect: 'none',
9292
// expand overlay to prevent cursor from going outside it and displaying
9393
padding: '10rem',

0 commit comments

Comments
 (0)