mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-19 16:21:25 +01:00
Fix Codemirror performance!!
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { ButtonLink } from '../components/ButtonLink';
|
||||
import { Editor } from '../components/Editor/Editor';
|
||||
import { Heading } from '../components/Heading';
|
||||
import { VStack } from '../components/Stacks';
|
||||
import { useWorkspaces } from '../hooks/useWorkspaces';
|
||||
@@ -13,6 +14,7 @@ export function Workspaces(props: { path: string }) {
|
||||
{w.name}
|
||||
</ButtonLink>
|
||||
))}
|
||||
<Editor className="h-20 w-full" defaultValue="hello" />
|
||||
</VStack>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user