-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Delete unused SelectedBlockPopover
component
#55821
Conversation
Size Change: 0 B Total Size: 1.7 MB ℹ️ View Unchanged
|
Flaky tests detected in e583492. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6737046134
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What?
Deletes an unused component. The
<SelectedBlockPopover />
was refactored into two new components:<SelectedBlockTools />
and<EmptyBlockInserter />
in #55737 as seen at https://github.com/WordPress/gutenberg/pull/55737/files#diff-d6d7994ce45fa28128923423e19291abd7de2fad164752f0f068cb9bfa93f4a0.As #55712 also touched the
<SelectedBlockPopover />
and was merged later, the file got re-added even though it's not needed.Why?
It is unneeded so, let's delete it.
How?
Delete it :)
Testing Instructions
All tests should pass. If everything builds and all tests pass, then things are working fine here.
Testing Instructions for Keyboard
Screenshots or screencast