We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b6d92 commit a4cb970Copy full SHA for a4cb970
apps/vps-web/src/app/custom-nodes/classes/rect-node-class.tsx
@@ -36,7 +36,7 @@ export class BaseRectNode {
36
37
static readonly text: string = 'rect';
38
39
- static readonly disableManualResize: boolean = false;
+ static readonly disableManualResize: boolean = true;
40
41
constructor(
42
id: string,
@@ -66,6 +66,8 @@ w-min h-min
66
p-0
67
flex items-center justify-center
68
*/
69
+
70
+ childElementSelector = '.child-node-wrapper > textarea'; // '.child-node-wrapper > *:first-child'
71
render = (node: FlowNode<NodeInfo>) => {
72
const nodeInfo = node.nodeInfo as any;
73
console.log(
0 commit comments