Skip to content

Commit

Permalink
Add fix for tooltip.
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitrox committed Jan 23, 2025
1 parent 013a67b commit e69555a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/components/JoyrideTooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export default function JoyrideTooltip( props ) {
// Provides button content as well as aria-label & title attribute values.
const joyrideLocale = {
close: dismissLabel,
last: dismissLabel,
};

const callback = ( { type } ) => {
Expand Down

0 comments on commit e69555a

Please sign in to comment.