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 Block.moveChildren() signature #3735

Merged
merged 1 commit into from
Jun 2, 2023

Commits on Feb 3, 2023

  1. 🏷️ Fix Block.moveChildren() signature

    The `Block` blot inherits from `parchment`'s `ParentBlot`, where the
    `ref` argument [is optional][1].
    
    This change updates the `Block` signature to match its parent.
    
    [1]: https://github.com/quilljs/parchment/blob/634e50f4d73a3351952250146510332dbc0af961/src/blot/abstract/parent.ts#L238
    alecgibson committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    831da26 View commit details
    Browse the repository at this point in the history