8000 When typing a longer comment, the buttons scroll out of view by alexr00 · Pull Request #239589 · microsoft/vscode · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

When typing a longer comment, the buttons scroll out of view #239589

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

Merged
merged 2 commits into from
Feb 4, 2025

Conversation

alexr00
Copy link
Member
@alexr00 alexr00 commented Feb 4, 2025

Fixes #239578

@alexr00 alexr00 self-assigned this Feb 4, 2025
@connor4312 connor4312 enabled auto-merge (squash) February 4, 2025 17:56
const maxHeightInLines = this._getMaximumHeightInLines();
const newHeightInLines = maxHeightInLines === undefined ? _newHeightInLines : Math.min(maxHeightInLines, _newHeightInLines);
const newHeightInLines = (useMax && (maxHeightInLines !== undefined)) ? Math.min(maxHeightInLines, _newHeightInLines) : _newHeightInLines;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

connor4312 ap

@connor4312 connor4312 merged commit 33fc5a9 into release/1.97 Feb 4, 2025
8 checks passed
@connor4312 connor4312 deleted the alexr00/prime-gecko branch February 4, 2025 18:19
alexr00 added a commit that referenced this pull request Feb 5, 2025
alexr00 added a commit that referenced this pull request Feb 5, 2025
Vicinit

This comment was marked as spam.

@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Mar 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0