diff --git a/src/components/App.tsx b/src/components/App.tsx index 2a982ba1..46276288 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -22,7 +22,7 @@ function App(): JSX.Element {
setDragging(true)} onDragEnd={(): void => setDragging(false)} percentage={true} @@ -48,19 +48,86 @@ function App(): JSX.Element {
- {showDocs && ( -
- {dragging &&
} -