aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/smartdraw/DrawingFillHandler.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-03-31 23:16:24 -0400
committerbobzel <zzzman@gmail.com>2025-03-31 23:16:24 -0400
commit960357bce915d1b8246d2291fd82fbebcf6cd769 (patch)
tree678f716cb3590f5adb750dd5e034e47b7be413a7 /src/client/views/smartdraw/DrawingFillHandler.tsx
parentf061db01d1936bf3e776b140786ba3bf1c6b71f3 (diff)
fixed zooming on image boxes with fades. fixed style ref for image regen to use self las, after links.
Diffstat (limited to 'src/client/views/smartdraw/DrawingFillHandler.tsx')
-rw-r--r--src/client/views/smartdraw/DrawingFillHandler.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/smartdraw/DrawingFillHandler.tsx b/src/client/views/smartdraw/DrawingFillHandler.tsx
index 328bf3487..d8ef8308d 100644
--- a/src/client/views/smartdraw/DrawingFillHandler.tsx
+++ b/src/client/views/smartdraw/DrawingFillHandler.tsx
@@ -17,6 +17,7 @@ export class DrawingFillHandler {
const tags = StrListCast(drawing.$tags).map(tag => tag.slice(1));
const styles = tags.filter(tag => FireflyStylePresets.has(tag));
const styleDocs = [drawing].concat(
+ drawing,
...Doc.Links(drawing)
.map(link => Doc.getOppositeAnchor(link, drawing))
.map(anchor => DocCast(anchor?.annotationOn, anchor))