Skip to content

Commit a4cb970

Browse files
committed
temp fix
1 parent 73b6d92 commit a4cb970

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/vps-web/src/app/custom-nodes/classes/rect-node-class.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class BaseRectNode {
3636

3737
static readonly text: string = 'rect';
3838

39-
static readonly disableManualResize: boolean = false;
39+
static readonly disableManualResize: boolean = true;
4040

4141
constructor(
4242
id: string,
@@ -66,6 +66,8 @@ w-min h-min
6666
p-0
6767
flex items-center justify-center
6868
*/
69+
70+
childElementSelector = '.child-node-wrapper > textarea'; // '.child-node-wrapper > *:first-child'
6971
render = (node: FlowNode<NodeInfo>) => {
7072
const nodeInfo = node.nodeInfo as any;
7173
console.log(

0 commit comments

Comments
 (0)