-
Notifications
You must be signed in to change notification settings - Fork 3
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
ResizableSidebar & Node URL Link #692
ResizableSidebar & Node URL Link #692
Conversation
}: { | ||
children: React.ReactNode | ||
}) => { | ||
const [width, setWidth] = useState(240) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we maybe set the default width so that it allows viewing of all of the variable names when they are expanded?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes that is possible, actually 240 is the default width currently set for the sidebar.
I will fix it to used the variable used for setting width of sidebar.
実装内容
Screen.Recording.2025-03-24.at.19.09.39.mov