Adds initial docs for code editor
This commit is contained in:
parent
d28376845f
commit
3f4f5e73ae
15 changed files with 1234 additions and 24 deletions
|
@ -135,6 +135,7 @@ export default function CodePanel(): JSX.Element {
|
|||
ref={rContainer}
|
||||
isOpen={isOpen}
|
||||
variant="code"
|
||||
onWheel={(e) => e.stopPropagation()}
|
||||
>
|
||||
{isOpen ? (
|
||||
<Panel.Layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue