From 981ef6181070d11b9fb565d1c029aac3fd10d0b5 Mon Sep 17 00:00:00 2001 From: antonio moura Date: Fri, 13 Oct 2023 02:28:59 -0600 Subject: [PATCH] Fix ExplodedExample.tsx (#2068) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previous implementation was incorrect, causing the following bug: ![image](https://github.com/tldraw/tldraw/assets/26308297/03f2a996-dd58-4864-8f89-8e7af2ecca69) ### Change Type - [] `patch` — Bug fix - [ ] `minor` — New feature - [ ] `major` — Breaking change - [ ] `dependencies` — Changes to package dependencies[^1] - [ ] `documentation` — Changes to the documentation only[^2] - [ ] `tests` — Changes to any test code only[^2] - [x] `internal` — Any other changes that don't affect the published package[^2] - [ ] I don't know --------- Co-authored-by: Steve Ruiz --- apps/examples/src/examples/ExplodedExample.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/examples/src/examples/ExplodedExample.tsx b/apps/examples/src/examples/ExplodedExample.tsx index f1c433be8..7f1c4af7c 100644 --- a/apps/examples/src/examples/ExplodedExample.tsx +++ b/apps/examples/src/examples/ExplodedExample.tsx @@ -3,6 +3,7 @@ import { ContextMenu, TldrawEditor, TldrawUi, + defaultShapeTools, defaultShapeUtils, defaultTools, } from '@tldraw/tldraw' @@ -14,7 +15,7 @@ export default function ExplodedExample() {