Skip to content

Commit

Permalink
Add __experimentalCaptureToolbars
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Aug 3, 2023
1 parent 00a1b6e commit 1775c7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/list/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export default function Edit( { attributes, setAttributes, clientId, style } ) {
marginHorizontal: NATIVE_MARGIN_SPACING,
renderAppender: false,
} ),
__experimentalCaptureToolbars: true,
} );
useMigrateOnLoad( attributes, clientId );
const { ordered, type, reversed, start } = attributes;
Expand Down

0 comments on commit 1775c7e

Please sign in to comment.