From b6e9cd4fe2d314fc229a49f731ab8104835c1f98 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Thu, 21 Sep 2023 17:21:25 +1000 Subject: [PATCH] feat(ui): show cursor on drag previews --- .../frontend/web/src/features/dnd/components/AppDndContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/src/features/dnd/components/AppDndContext.tsx b/invokeai/frontend/web/src/features/dnd/components/AppDndContext.tsx index bd77383843..520abc33ed 100644 --- a/invokeai/frontend/web/src/features/dnd/components/AppDndContext.tsx +++ b/invokeai/frontend/web/src/features/dnd/components/AppDndContext.tsx @@ -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',