Adds initial docs for code editor

This commit is contained in:
Steve Ruiz 2021-06-27 14:53:06 +01:00
parent d28376845f
commit 3f4f5e73ae
15 changed files with 1234 additions and 24 deletions

View file

@ -135,6 +135,7 @@ export default function CodePanel(): JSX.Element {
ref={rContainer}
isOpen={isOpen}
variant="code"
onWheel={(e) => e.stopPropagation()}
>
{isOpen ? (
<Panel.Layout>