Skip to content

Commit 61c5f26

Browse files
nothing
1 parent 96b21b0 commit 61c5f26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/GrandchildRectangle.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { Rect, Group } from 'react-konva';
33

44
class GrandchildRectangle extends Component {
55
getComponentColor(componentId) {
6+
console.log(componentId);
67
const color = this.props.components.find(comp => comp.id == componentId).color;
78
return color;
89
}

0 commit comments

Comments
 (0)