Implement more options + Add depth dimension (revert DimensionLayer) #37

Merged
Siklos merged 10 commits from dev.moreoptions into dev 2022-08-18 08:46:51 -04:00
Showing only changes of commit 1d67702696 - Show all commits

View file

@ -2,7 +2,6 @@ import * as React from 'react';
import { ContainerModel } from '../../../Interfaces/IContainerModel';
import { DIMENSION_MARGIN } from '../../../utils/default';
import { getAbsolutePosition, MakeBFSIterator } from '../../../utils/itertools';
import { transformX } from './Container';
import { Dimension } from './Dimension';
interface IDimensionLayerProps {