diff --git a/src/components/NodeActions.tsx b/src/components/NodeActions.tsx index d1cbdb1..719ca22 100644 --- a/src/components/NodeActions.tsx +++ b/src/components/NodeActions.tsx @@ -20,6 +20,7 @@ const NodeActions: React.FC<{nodeProps: NodeProps}> = ({nodeProps}) => { // eslint-disable-next-line @typescript-eslint/no-shadow React.forwardRef(function OpenLinkInner( restProps: React.ComponentProps, + // eslint-disable-next-line @typescript-eslint/no-unused-vars _ref: React.ForwardedRef ) { return ( diff --git a/src/utils/getCommonTreeProps.tsx b/src/utils/getCommonTreeProps.tsx index e8f8a49..511f14b 100644 --- a/src/utils/getCommonTreeProps.tsx +++ b/src/utils/getCommonTreeProps.tsx @@ -20,7 +20,6 @@ export default function getCommonTreeProps({ treeNodeRenderer: TreeNodeRenderer, style: {height: '100%'}, innerStyle: undefined, - //TODO: check if this is needed scaffoldBlockPxWidth: 44, slideRegionSize: 100 // rowHeight: ROW_HEIGHT,