feat(editor): ✨ Add unlock/lock sidebar
This commit is contained in:
@ -2,7 +2,7 @@ import { Flex } from '@chakra-ui/react'
|
||||
import React from 'react'
|
||||
import Graph from './graph/Graph'
|
||||
import { StepDndContext } from 'contexts/StepDndContext'
|
||||
import { StepTypesList } from './StepTypesList'
|
||||
import { StepsSideBar } from './StepsSideBar'
|
||||
import { PreviewDrawer } from './preview/PreviewDrawer'
|
||||
import { RightPanel, useEditor } from 'contexts/EditorContext'
|
||||
import { GraphProvider } from 'contexts/GraphContext'
|
||||
@ -13,7 +13,7 @@ export const Board = () => {
|
||||
return (
|
||||
<Flex flex="1" pos="relative" bgColor="gray.50" h="full">
|
||||
<StepDndContext>
|
||||
<StepTypesList />
|
||||
<StepsSideBar />
|
||||
<GraphProvider>
|
||||
<Graph flex="1" />
|
||||
<BoardMenuButton pos="absolute" right="40px" top="20px" />
|
||||
|
Reference in New Issue
Block a user