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

Move clientId key to BlockContextualToolbar #56008

Merged
merged 1 commit into from
Nov 10, 2023

Commits on Nov 9, 2023

  1. Move clientId key to BlockContextualToolbar

    The client id was set as a key on the SelectedBlockTools, which helped keep the block to block toolbar connection. This benefit wasn't applied to the BlockContextualToolbar, so fixed toolbars didn't get this bug fix. By moving this key down a level to the BlockContextualToolbar component, all the versions of the toolbar get this bug fix.
    jeryj committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a25839f View commit details
    Browse the repository at this point in the history