From 47d55dcaf8b776fa2ba4272e1ae8fa2e5ef87ee4 Mon Sep 17 00:00:00 2001 From: bobzel Date: Wed, 16 Jul 2025 11:31:49 -0400 Subject: fixed disappearing images caused by having no height when default image was an alternate. fixed columnDragger for masonry view to always display to avoid flicker artifacts. --- src/client/views/smartdraw/DrawingFillHandler.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/views/smartdraw') diff --git a/src/client/views/smartdraw/DrawingFillHandler.tsx b/src/client/views/smartdraw/DrawingFillHandler.tsx index f773957e7..e9e3335f9 100644 --- a/src/client/views/smartdraw/DrawingFillHandler.tsx +++ b/src/client/views/smartdraw/DrawingFillHandler.tsx @@ -62,7 +62,7 @@ export class DrawingFillHandler { ai_prompt: newPrompt, tags: new List(['@ai']), title: newPrompt, - _data_usePath: 'alternate:hover', + //_data_usePath: 'alternate:hover', data_alternates: new List([drawing]), _width: 500, data_nativeWidth: info.nativeWidth, -- cgit v1.2.3-70-g09d2