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

fix: prevent block change event firing if editing is cancelled by using keypress #7794

Merged
merged 2 commits into from Jan 19, 2024

Conversation

ebrahim95
Copy link
Contributor

@ebrahim95 ebrahim95 commented Jan 19, 2024

The basics

The details

Resolves

Fixed the block change event firing. #7780

Proposed Changes

Passed false boolean as a second argument to set_value() function located in the fields_input.ts file

Reason for Changes

Because the old_value field contains an incorrect value.

Test Coverage

I tested it out by doing the reproduction steps outlined in the issue #7780, and this time the old value was correct.

Documentation

Additional Information

@ebrahim95 ebrahim95 requested a review from a team as a code owner January 19, 2024 03:04
@github-actions github-actions bot added the PR: fix Fixes a bug label Jan 19, 2024
@github-actions github-actions bot added PR: fix Fixes a bug and removed PR: fix Fixes a bug labels Jan 19, 2024
Copy link
Collaborator

@BeksOmega BeksOmega left a comment

Choose a reason for hiding this comment

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

This looks great! Thank you for the fix @ebrahim95 =)

@BeksOmega BeksOmega merged commit e715269 into google:develop Jan 19, 2024
10 of 11 checks passed
@ebrahim95 ebrahim95 deleted the develop_7780 branch January 22, 2024 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants