Tldraw/packages/editor/src/lib/components/default-components
Mitja Bezenšek de951dee59
Reorder dom elements. (#3431)
We reorded the dom a bit when we added the web gl rendered culled
shapes. We can now revert that.

Also noticed we weren't positioning the wrapper, so the z-index didn't
not apply.

### Change Type

<!--  Please select a 'Scope' label ️ -->

- [ ] `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
- [x] `internal` — Does not affect user-facing stuff

<!--  Please select a 'Type' label ️ -->

- [ ] `bugfix` — Bug fix
- [ ] `feature` — New feature
- [ ] `improvement` — Improving existing features
- [x] `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

---------

Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2024-04-10 12:03:09 +00:00
..
DefaultBackground.tsx Roundup fixes (#2862) 2024-02-19 14:52:43 +00:00
DefaultBrush.tsx Roundup fixes (#2862) 2024-02-19 14:52:43 +00:00
DefaultCanvas.tsx Reorder dom elements. (#3431) 2024-04-10 12:03:09 +00:00
DefaultCollaboratorHint.tsx Roundup fixes (#2862) 2024-02-19 14:52:43 +00:00
DefaultCursor.tsx Roundup fixes (#2862) 2024-02-19 14:52:43 +00:00
DefaultErrorFallback.tsx Roundup fixes (#2862) 2024-02-19 14:52:43 +00:00
DefaultGrid.tsx Roundup fixes (#2862) 2024-02-19 14:52:43 +00:00
DefaultHandle.tsx Roundup fixes (#2862) 2024-02-19 14:52:43 +00:00
DefaultHandles.tsx children: any -> children: ReactNode (#3061) 2024-03-04 14:48:40 +00:00
DefaultHoveredShapeIndicator.tsx Roundup fixes (#2862) 2024-02-19 14:52:43 +00:00
DefaultLoadingScreen.tsx Prevent iframe embedding for dotcom (except on tldraw.com) (#2947) 2024-02-26 18:30:55 +00:00
DefaultScribble.tsx Roundup fixes (#2862) 2024-02-19 14:52:43 +00:00
DefaultSelectionBackground.tsx Roundup fixes (#2862) 2024-02-19 14:52:43 +00:00
DefaultSelectionForeground.tsx Roundup fixes (#2862) 2024-02-19 14:52:43 +00:00
DefaultShapeErrorFallback.tsx `ShapeUtil.getGeometry`, selection rewrite (#1751) 2023-07-25 16:10:15 +00:00
DefaultShapeIndicator.tsx [tiny] remove unused shape indicator equality checker (#3171) 2024-03-16 09:25:54 +00:00
DefaultShapeIndicatorErrorFallback.tsx tldraw zero - package shuffle (#1710) 2023-07-17 21:22:34 +00:00
DefaultSnapIndictor.tsx Roundup fixes (#2862) 2024-02-19 14:52:43 +00:00
DefaultSpinner.tsx Roundup fixes (#2862) 2024-02-19 14:52:43 +00:00
DefaultSvgDefs.tsx Roundup fixes (#2862) 2024-02-19 14:52:43 +00:00