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(core) Nested chain not preserving dispatch state #4152

Merged
merged 2 commits into from
Jul 7, 2023

Conversation

C-Hess
Copy link
Contributor

@C-Hess C-Hess commented Jun 24, 2023

Please describe your changes

Ensured that chains preserve the parent chain's dispatch state

How did you accomplish your changes

Simply passed the "shouldDispatch" state down to the next chain that gets built when building command props

How have you tested your changes

Added tests and did basic regression testing of the default editor demo

How can we verify your changes

Verify tests pass and consider any other consequences/regression testing

Checklist

  • The changes are not breaking the editor
  • Added tests where possible
  • Followed the guidelines
  • Fixed linting issues

Related issues

fixes #4147

@netlify
Copy link

netlify bot commented Jun 24, 2023

Deploy Preview for tiptap-embed ready!

Name Link
🔨 Latest commit 848816c
🔍 Latest deploy log https://app.netlify.com/sites/tiptap-embed/deploys/64975d9ada50a00008917360
😎 Deploy Preview https://deploy-preview-4152--tiptap-embed.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link
Contributor

@bdbch bdbch left a comment

Choose a reason for hiding this comment

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

LGTM - @svenadlung you want to add something?

@bdbch bdbch requested a review from svenadlung June 25, 2023 01:13
@bdbch bdbch merged commit 26610cd into ueberdosis:develop Jul 7, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants