Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add node select option #35

Merged
merged 2 commits into from
Apr 30, 2024
Merged

feat: add node select option #35

merged 2 commits into from
Apr 30, 2024

Conversation

musayann
Copy link
Collaborator

No description provided.

export function NodeCard({ data }: any) {
export function NodeCard(props: any) {
const { data, sourcePosition, targetPosition, selected } = props;
console.log(props);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this console

@musayann musayann merged commit 6bb381b into main Apr 30, 2024
@musayann musayann deleted the ft/add-node-select-ability branch April 30, 2024 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants