From f754bebc322119f5a7abb7fd59c7f2356e8c3b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mime=20=C4=8Cuvalo?= Date: Wed, 17 Apr 2024 15:01:12 +0100 Subject: [PATCH] geo: fix double unique id on DOM (#3514) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor thing, but there's two nodes with the same ID. I got rid of the one on the HTMLContainer, either one seems fine to remove though ¯\\_(ツ)_/¯ Screenshot 2024-04-17 at 14 53 32 ### Change Type - [x] `sdk` — Changes the tldraw SDK - [ ] `dotcom` — Changes the tldraw.com web app - [ ] `docs` — Changes to the documentation, examples, or templates. - [ ] `vs code` — Changes to the vscode plugin - [ ] `internal` — Does not affect user-facing stuff - [x] `bugfix` — Bug fix - [ ] `feature` — New feature - [ ] `improvement` — Improving existing features - [ ] `chore` — Updating dependencies, other boring stuff - [ ] `galaxy brain` — Architectural changes - [ ] `tests` — Changes to any test code - [ ] `tools` — Changes to infrastructure, CI, internal scripts, debugging tools, etc. - [ ] `dunno` — I don't know --- packages/tldraw/src/lib/shapes/geo/GeoShapeUtil.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/tldraw/src/lib/shapes/geo/GeoShapeUtil.tsx b/packages/tldraw/src/lib/shapes/geo/GeoShapeUtil.tsx index e9e884d0e..420811938 100644 --- a/packages/tldraw/src/lib/shapes/geo/GeoShapeUtil.tsx +++ b/packages/tldraw/src/lib/shapes/geo/GeoShapeUtil.tsx @@ -402,7 +402,6 @@ export class GeoShapeUtil extends BaseBoxShapeUtil { {showHtmlContainer && (