Skip to content

Commit

Permalink
fix(presets): add make it real to doc note
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed May 7, 2024
1 parent 770b089 commit bebbd00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/presets/src/ai/entries/format-bar/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
ImproveWritingIcon,
LanguageIcon,
LongerIcon,
MakeItRealIcon,
matchFlavours,
SelectionIcon,
ShorterIcon,
Expand Down Expand Up @@ -317,6 +318,13 @@ const GenerateWithAIGroup: AIItemGroupConfig = {
handler: edgelessHandler('createSlides'),
beta: true,
},
{
name: 'Make it real',
icon: MakeItRealIcon,
beta: true,
showWhen: textBlockShowWhen,
handler: edgelessHandler('makeItReal'),
},
{
name: 'Find actions',
icon: AISearchIcon,
Expand Down

0 comments on commit bebbd00

Please sign in to comment.