chore: temporarily disable MycroZine generator for debugging

Commented out MycroZine generator from toolbar and context menu until
further debugging is completed.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2025-12-22 22:11:13 -05:00
parent 22cd773688
commit 1bd509de08
2 changed files with 3 additions and 1 deletions

View File

@ -148,7 +148,7 @@ export function CustomContextMenu(props: TLUiContextMenuProps) {
<TldrawUiMenuItem {...tools.SlideShape} />
<TldrawUiMenuItem {...tools.VideoChat} />
<TldrawUiMenuItem {...tools.FathomMeetings} />
<TldrawUiMenuItem {...tools.MycroZineGenerator} />
{/* MycroZineGenerator temporarily disabled for debugging */}
</TldrawUiMenuSubmenu>
</TldrawUiMenuGroup>

View File

@ -692,6 +692,7 @@ export function CustomToolbar() {
isSelected={tools["Markdown"].id === editor.getCurrentToolId()}
/>
)}
{/* MycroZine Generator temporarily disabled for debugging
{tools["MycroZineGenerator"] && (
<TldrawUiMenuItem
{...tools["MycroZineGenerator"]}
@ -702,6 +703,7 @@ export function CustomToolbar() {
}
/>
)}
*/}
{tools["Prompt"] && (
<TldrawUiMenuItem
{...tools["Prompt"]}