You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011 |
- 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 />
- }
|