-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Improve contextDocument handling in ColumnSizing feature #5747
base: main
Are you sure you want to change the base?
Conversation
@KevinVandy Please review when you have time. |
Plus 1 on this. Following for updates |
@KevinVandy Please review this PR. |
Any update on this? |
Also interested in an update |
Please review this PR. |
last time we touched this code, it caused server-side errors when |
@KevinVandy are we required to add a nextjs or remix example with fix in to check this is working? |
@KevinVandy I think we can make use of |
What's this PR
#5746
Enhance the contextDocument assignment logic in the ColumnSizing feature:
This change improves compatibility with different environments and provides
more robust document reference handling for column resizing events.