-
-
Notifications
You must be signed in to change notification settings - Fork 228
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 the mdim edit hack #4104
🔨 fix the mdim edit hack #4104
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Quick links (staging server):
Login:
SVG tester:Number of differences (default views): 0 ✅ Edited: 2024-11-04 10:12:26 UTC |
9fa24fa
to
4cf6efb
Compare
cd7bcf8
to
76b50b2
Compare
variables?.length === 1 | ||
? `variables/${variables[0]}/config` | ||
: undefined |
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.
Hm, this will mean that if there is more than a single y variable, the URL will still be wrong...
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.
Yeah - do you think it's worthwhile turning editUrl into an object so we can communicate "do not show any edit link"?
76b50b2
to
4575974
Compare
Fixes the hack to make the internal edit link in the share menu of grapher work for Mdims (#3987)