From 8ea90555498724b11464acaa52daf9b66612c278 Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Fri, 27 Sep 2024 16:28:52 +0800 Subject: [PATCH] refactor(editor): comment out InlineCompletion in live-editor Commented out InlineCompletion in live-editor for refactoring purposes. --- web/core/lib/editor/live-editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/core/lib/editor/live-editor.tsx b/web/core/lib/editor/live-editor.tsx index 0e140a8..5274da1 100644 --- a/web/core/lib/editor/live-editor.tsx +++ b/web/core/lib/editor/live-editor.tsx @@ -50,7 +50,7 @@ export const setupExtensions = (promptsManager: PromptsManager, actionExecutor: if (adviceId) AdviceManager.getInstance().setActiveId(adviceId); } }), - InlineCompletion, + // InlineCompletion, StarterKit.configure({ bulletList: { keepMarks: true,