Tldraw/dev/src/no-size-embedded.tsx

12 wiersze
248 B
TypeScript

import { TLDraw } from '@tldraw/tldraw'
import * as React from 'react'
/**
* This is bugged until Radix gives me an option to control
* where menus are portaled.
*/
export default function NoSizeEmbedded(): JSX.Element {
return <TLDraw />
}