Skip to content

Commit

Permalink
refactor(editor): comment out InlineCompletion in live-editor
Browse files Browse the repository at this point in the history
Commented out InlineCompletion in live-editor for refactoring purposes.
  • Loading branch information
phodal committed Sep 27, 2024
1 parent d326d70 commit 8ea9055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/core/lib/editor/live-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const setupExtensions = (promptsManager: PromptsManager, actionExecutor:
if (adviceId) AdviceManager.getInstance().setActiveId(adviceId);
}
}),
InlineCompletion,
// InlineCompletion,
StarterKit.configure({
bulletList: {
keepMarks: true,
Expand Down

0 comments on commit 8ea9055

Please sign in to comment.