Conversation
✅ Deploy Preview for xenodochial-hugle-b9ec84 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
@cuinixam I think this works? Let me know what you think |
|
@pcottle I've just tested it and it works. I like it! Thanks! |
|
Would you be so kind and explain why my change did not work. |
|
@cuinixam I really appreciate you taking a stab at it! I wouldn't have done the change if you hadn't gotten it started 😄 it really helps, truly. Also if you want, you could submit a PR to add the animation delay if that feels necessary. Your PR was quite close but I think the issue was this:
https://github.com/pcottle/learnGitBranching/blob/main/src/js/git/index.js#L2471-L2472
So in your PR when this line runs: it finds the target source and then checks it out... aka it assigns This works great for the animation but later on we never update So my code just found a way to hold onto that feature reference (if we need to) and update it later 😅 |
|
(merged and pushing the site now) |
See #1246