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

refactor: Remove unused isRelatedToTable function and simplify TableNode component logic #350

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

MH4GF
Copy link
Member

@MH4GF MH4GF commented Dec 20, 2024

Each of the unnecessary logic was removed.

@MH4GF MH4GF force-pushed the refactor-table-node-4 branch from 4f9390a to 34dd3eb Compare December 20, 2024 10:58
@MH4GF MH4GF marked this pull request as ready for review December 20, 2024 11:01
@MH4GF MH4GF requested a review from a team as a code owner December 20, 2024 11:01
@MH4GF MH4GF requested review from hoshinotsuyoshi, FunamaYukina, junkisai and sasamuku and removed request for a team December 20, 2024 11:01
Copy link
Member

@hoshinotsuyoshi hoshinotsuyoshi left a comment

Choose a reason for hiding this comment

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

LGTM!

...node,
data: {
...node.data,
onClick: handleNodeClick,
Copy link
Member

Choose a reason for hiding this comment

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

yes! L144 already has handleNodeClick

@hoshinotsuyoshi hoshinotsuyoshi added this pull request to the merge queue Dec 20, 2024
Merged via the queue into main with commit 70a0915 Dec 20, 2024
12 checks passed
@hoshinotsuyoshi hoshinotsuyoshi deleted the refactor-table-node-4 branch December 20, 2024 12:34
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