flattentree
filip mertens 10 months ago
parent 2b371bd562
commit c3f30e5108
  1. 3
      libs/remix-ui/workspace/src/lib/components/flat-tree.tsx

@ -87,9 +87,6 @@ export const FlatTree = (props: FlatTreeProps) => {
? 'bg-light border-no-shift'
: ''
useEffect(() => {
}, [expandPath, focusEdit, focusElement])
const getIndentLevelDiv = (path: string) => {
// remove double slash
path = path.replace(/\/\//g, '/')

Loading…
Cancel
Save