Skip to content

Commit

Permalink
Remove bubblesVirtually from WP logo slot.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Jul 16, 2024
1 parent 773b21e commit f4a78c5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/editor/src/components/header/back-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ const BackButtonSlot = ( { children } ) => {
return children;
}

return (
<Slot
bubblesVirtually
fillProps={ { length: ! fills ? 0 : fills.length } }
/>
);
return <Slot fillProps={ { length: ! fills ? 0 : fills.length } } />;
};
BackButton.Slot = BackButtonSlot;

Expand Down

0 comments on commit f4a78c5

Please sign in to comment.