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
2 changed files with 2 additions and 0 deletions
Showing only changes of commit b4380570a2 - Show all commits

View file

@ -78,6 +78,7 @@ function AddNewDimension(currentDepth: number, min: number, max: number, lastY:
dimensions.push(
<Dimension
key={id}
id={id}
xStart={xStart}
yStart={y}

View file

@ -22,6 +22,7 @@ const getDimensionsNodes = (root: ContainerModel): React.ReactNode[] => {
const text = width.toString();
dimensions.push(
<Dimension
key={id}
id={id}
xStart={xStart}
yStart={y}