From 0d058bb624f1710ae525d6238fd14c972944af3a Mon Sep 17 00:00:00 2001 From: sophiamersmann Date: Mon, 16 Sep 2024 15:48:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(admin)=20keep=20selection=20whe?= =?UTF-8?q?n=20exporting=20mobile=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adminSiteClient/EditorExportTab.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adminSiteClient/EditorExportTab.tsx b/adminSiteClient/EditorExportTab.tsx index 5fe70b2181c..06be892f307 100644 --- a/adminSiteClient/EditorExportTab.tsx +++ b/adminSiteClient/EditorExportTab.tsx @@ -202,6 +202,8 @@ export class EditorExportTab< grapher = new Grapher({ ...this.grapher, staticFormat: format, + selectedEntityNames: + this.grapher.selection.selectedEntityNames, }) } const { blob: pngBlob, svgBlob } = await grapher.rasterize()