Restore export menu content (#3126)
This PR restores the export menu on dotcom. Before: <img width="545" alt="image" src="https://github.com/tldraw/tldraw/assets/23072548/7377c9ae-7644-4889-a01f-7e304fbc8c68"> After: <img width="824" alt="image" src="https://github.com/tldraw/tldraw/assets/23072548/4f634d53-06ed-42a7-b8bb-f92e183ce5dd"> ### Change Type - [x] `internal` — Any other changes that don't affect the published package[^2] ### Test Plan 1. Check the menu on tldraw.com / readonly / shared room / snapshot
This commit is contained in:
parent
8d02df8712
commit
b0210c0d6d
2 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,7 @@ import {
|
|||
DefaultMainMenu,
|
||||
EditSubmenu,
|
||||
Editor,
|
||||
ExportFileContentSubMenu,
|
||||
ExtrasGroup,
|
||||
PreferencesGroup,
|
||||
TLComponents,
|
||||
|
@ -49,6 +50,7 @@ const components: TLComponents = {
|
|||
<LocalFileMenu />
|
||||
<EditSubmenu />
|
||||
<ViewSubmenu />
|
||||
<ExportFileContentSubMenu />
|
||||
<ExtrasGroup />
|
||||
<PreferencesGroup />
|
||||
<Links />
|
||||
|
|
|
@ -9,6 +9,7 @@ import {
|
|||
DefaultMainMenu,
|
||||
EditSubmenu,
|
||||
Editor,
|
||||
ExportFileContentSubMenu,
|
||||
ExtrasGroup,
|
||||
OfflineIndicator,
|
||||
PreferencesGroup,
|
||||
|
@ -69,6 +70,7 @@ const components: TLComponents = {
|
|||
<MultiplayerFileMenu />
|
||||
<EditSubmenu />
|
||||
<ViewSubmenu />
|
||||
<ExportFileContentSubMenu />
|
||||
<ExtrasGroup />
|
||||
<PreferencesGroup />
|
||||
<Links />
|
||||
|
|
Loading…
Reference in a new issue