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,
|
DefaultMainMenu,
|
||||||
EditSubmenu,
|
EditSubmenu,
|
||||||
Editor,
|
Editor,
|
||||||
|
ExportFileContentSubMenu,
|
||||||
ExtrasGroup,
|
ExtrasGroup,
|
||||||
PreferencesGroup,
|
PreferencesGroup,
|
||||||
TLComponents,
|
TLComponents,
|
||||||
|
@ -49,6 +50,7 @@ const components: TLComponents = {
|
||||||
<LocalFileMenu />
|
<LocalFileMenu />
|
||||||
<EditSubmenu />
|
<EditSubmenu />
|
||||||
<ViewSubmenu />
|
<ViewSubmenu />
|
||||||
|
<ExportFileContentSubMenu />
|
||||||
<ExtrasGroup />
|
<ExtrasGroup />
|
||||||
<PreferencesGroup />
|
<PreferencesGroup />
|
||||||
<Links />
|
<Links />
|
||||||
|
|
|
@ -9,6 +9,7 @@ import {
|
||||||
DefaultMainMenu,
|
DefaultMainMenu,
|
||||||
EditSubmenu,
|
EditSubmenu,
|
||||||
Editor,
|
Editor,
|
||||||
|
ExportFileContentSubMenu,
|
||||||
ExtrasGroup,
|
ExtrasGroup,
|
||||||
OfflineIndicator,
|
OfflineIndicator,
|
||||||
PreferencesGroup,
|
PreferencesGroup,
|
||||||
|
@ -69,6 +70,7 @@ const components: TLComponents = {
|
||||||
<MultiplayerFileMenu />
|
<MultiplayerFileMenu />
|
||||||
<EditSubmenu />
|
<EditSubmenu />
|
||||||
<ViewSubmenu />
|
<ViewSubmenu />
|
||||||
|
<ExportFileContentSubMenu />
|
||||||
<ExtrasGroup />
|
<ExtrasGroup />
|
||||||
<PreferencesGroup />
|
<PreferencesGroup />
|
||||||
<Links />
|
<Links />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue