Skip to content
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

Shrink text field after clear-pr-merge-commit-message #6277

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

fregante
Copy link
Member

@fregante fregante commented Feb 1, 2023

Test URLs

Any unmerged PR, find one in https://github.com/pulls

Before

Screen.Recording.1.mov

After

Screen.Recording.2.mov

@fregante fregante added the bug label Feb 1, 2023
@@ -31,7 +32,7 @@ async function init(): Promise<void | false> {
return false;
}

messageField.value = cleanedMessage;
set(messageField, cleanedMessage);
Copy link
Member Author

@fregante fregante Feb 1, 2023

Choose a reason for hiding this comment

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

Welcome side-effect: you can now restore the contents of the field via cmdz

@fregante fregante merged commit e068427 into main Feb 1, 2023
@fregante fregante deleted the resize-after-clear branch February 1, 2023 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

1 participant