Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Allow inline comment peek view to resize to content. #1112
Conversation
|
This is definitely working better than before. Can be a bit glitchy with over-sized comment lists (when the top of the peek view goes off screen), but I understand this could be tricky to fix. It's certainly an improvement for most cases. I like how it handles the comment box being expanded as well. |
This allows the inline comment peek view to size itself according to the amount of content in the thread.
It also fixes the scrolling issue we previously had with the peek view where scrollwheel messages weren't passed up to the editor when the peek view was fully scrolled.