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

Storybook: Add story for Multi-Selection-Inspector component #68308

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add JS Doc
  • Loading branch information
Rishit30G committed Jan 1, 2025
commit db89cb83ee9fddde74f1eade87b0642ce5de9ad9
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import { store as blockEditorStore } from '../../store';
/**
* MultiSelection Inspector component displays the number of selected blocks.
*
* @see https://github.com/WordPress/gutenberg/blob/HEAD/packages/block-editor/src/components/multi-selection-inspector/README.md
*
* @example
* ```jsx
* import { <MultiSelectionInspector /> } from '@wordpress/block-editor';
Expand Down
Loading