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:
parent
22cd773688
commit
1bd509de08
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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"]}
|
||||
|
|
|
|||
Loading…
Reference in New Issue