diff --git a/src/frontend/src/components/textAreaComponent/index.tsx b/src/frontend/src/components/textAreaComponent/index.tsx index 3ee78ffbd..61f87e9fe 100644 --- a/src/frontend/src/components/textAreaComponent/index.tsx +++ b/src/frontend/src/components/textAreaComponent/index.tsx @@ -21,37 +21,41 @@ export default function TextAreaComponent({ return (
- { - onChange(value); - }} - > -
- { - onChange(event.target.value); - }} + { + onChange(value); + }} + > +
+ { + onChange(event.target.value); + }} + /> + {!editNode && ( + - {!editNode && ( - - )} -
-
+ )} +
+
); }