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

fix: Fixed problem with active tables not being highlighted in LeftPane when opened via query parameter #346

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

MH4GF
Copy link
Member

@MH4GF MH4GF commented Dec 20, 2024

2024-12-20.17.57.32.mov

@@ -13,9 +13,6 @@ type Props = {
}

export const TableNameMenuButton: FC<Props> = ({ node }) => {
const {
active: { tableName },
} = useUserEditingStore()
Copy link
Member Author

Choose a reason for hiding this comment

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

I've hit the bug a few times, and it seems this one may not re-render. 💭

@MH4GF MH4GF marked this pull request as ready for review December 20, 2024 08:58
@MH4GF MH4GF requested a review from a team as a code owner December 20, 2024 08:58
@MH4GF MH4GF requested review from hoshinotsuyoshi, FunamaYukina, junkisai and sasamuku and removed request for a team December 20, 2024 08:58
Copy link
Member

@sasamuku sasamuku left a comment

Choose a reason for hiding this comment

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

LGTM👍👍

@sasamuku sasamuku added this pull request to the merge queue Dec 20, 2024
Merged via the queue into main with commit 102de3d Dec 20, 2024
12 checks passed
@sasamuku sasamuku deleted the fix-first-load-highlighting-left-pane branch December 20, 2024 09:08
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