Automattic / isolated-block-editor

Repackages Gutenberg's editor playground as a full-featured multi-instance editor that does not require WordPress.
343 stars 50 forks source link

Replace block navigation dropdown #164

Closed johngodley closed 2 years ago

johngodley commented 2 years ago

Gutenberg has deprecated BlockNavigationDropdown component and it has moved to the sidebar instead. This means we need to duplicate it if we wish to support it as a dropdown.

Fixes #143