Skip to content

Commit

Permalink
Remove debug stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmi committed Feb 14, 2022
1 parent 4aa9338 commit 899e72a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/board/Board.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const Board = ({
}) => {
const setConfiguration = useSetRecoilState(ConfigurationAtom);
const { updateItemExtent } = useDim();
const { itemExtent } = useRecoilValue(ConfigurationAtom);

const boardStyle = React.useMemo(
() => ({
Expand Down Expand Up @@ -61,13 +60,6 @@ export const Board = ({
>
<ItemList itemTemplates={itemTemplates} />
</div>
<div
style={{
...itemExtent,
border: "3px solid red",
position: "absolute",
}}
/>
</CursorPane>
</ActionPane>
</Selector>
Expand Down

0 comments on commit 899e72a

Please sign in to comment.