diff --git a/src/components/nodes/InformationNode.tsx b/src/components/nodes/InformationNode.tsx index 62d605a..1b9a4e9 100644 --- a/src/components/nodes/InformationNode.tsx +++ b/src/components/nodes/InformationNode.tsx @@ -39,6 +39,11 @@ const InformationNode: BaseNodeComponent = (props) => { console.log('event ...rest', rest); console.log('event', event); + const { + width, + height, + } = event; + /** * When textarea input height changes, we need to increase the height of the element accordingly. * @@ -59,8 +64,8 @@ const InformationNode: BaseNodeComponent = (props) => { return (