Skip to content

Commit

Permalink
Try disable selecting of groups
Browse files Browse the repository at this point in the history
  • Loading branch information
RadStr committed Jan 5, 2025
1 parent cf0124b commit 3d7ef04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const createGroupNode = (groupId: string, content: Node<any>[], hidden: boolean)
position: groupNodePosition,
// className: 'light',
draggable: true,
selectable: true,
selectable: false,
hidden,
type: "group",
style: {
Expand Down

0 comments on commit 3d7ef04

Please sign in to comment.