Skip to content

Commit

Permalink
chore: update for prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 2, 2023
1 parent 0c8eb23 commit 0f7b176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/src/components/editor/intelli/ai-block-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const AiBlockView = (props?: { editor: Editor }) => {
props?.editor?.commands.enableEnter();
}}
go={(content: string) => {
props?.editor?.commands.enableEnter();
props?.editor?.commands.toggleAiBlock({});
props?.editor?.commands.callQuickAction(content);
}}/>
Expand Down

0 comments on commit 0f7b176

Please sign in to comment.