-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛 bugfix: Copy thumbnail only if exists #2548
🐛 bugfix: Copy thumbnail only if exists #2548
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2548 +/- ##
========================================
- Coverage 76.9% 76.8% -0.1%
========================================
Files 619 619
Lines 23968 23968
Branches 2345 2345
========================================
- Hits 18437 18427 -10
- Misses 4908 4915 +7
- Partials 623 626 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Awesome thanks for the quick fix!
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.
Good!
You might also want to review other required fields
What do these changes do?
Copy thumbnail only if exists
Bonus
Before:
![before](https://user-images.githubusercontent.com/33152403/134327508-e0cf8e50-ae09-4bfc-b564-2ea9165a3bf4.gif)
After:
![after](https://user-images.githubusercontent.com/33152403/134327605-b0ec5eae-fc46-4e66-82fe-6a75db6eb830.gif)
Related issue/s
How to test
Checklist