From 43050b1112a8f13d018a3db94edb727f542ecfc4 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Mon, 9 Sep 2024 16:23:00 +0200 Subject: [PATCH] set drawGeojsonDataBuffer to prevent zoom jumps on remove --- .../src/@planx/components/MapAndLabel/Public/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/editor.planx.uk/src/@planx/components/MapAndLabel/Public/index.tsx b/editor.planx.uk/src/@planx/components/MapAndLabel/Public/index.tsx index 29a359730d..b7825ad4ce 100644 --- a/editor.planx.uk/src/@planx/components/MapAndLabel/Public/index.tsx +++ b/editor.planx.uk/src/@planx/components/MapAndLabel/Public/index.tsx @@ -265,6 +265,7 @@ const Root = () => { features: features, }) } + drawGeojsonDataBuffer={25} drawMany drawColor={drawColor} drawType={drawType}