Skip to content

Commit

Permalink
Make titles tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Oct 11, 2023
1 parent 3488f2f commit 8d1d5c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function TemplatesList( { availableTemplates, onSelect } ) {
blockPatterns={ availableTemplates }
shownPatterns={ shownTemplates }
onClickPattern={ onSelect }
showTitlesAsTooltip={ true }
/>
);
}
Expand Down

0 comments on commit 8d1d5c3

Please sign in to comment.