diff --git a/lib/components/BlockEditor/extension/index.ts b/lib/components/BlockEditor/extension/index.ts index fdf08dd..1bda92f 100644 --- a/lib/components/BlockEditor/extension/index.ts +++ b/lib/components/BlockEditor/extension/index.ts @@ -24,7 +24,7 @@ export const extensions = [ return 'Type "/" for commands...'; }, }), - Focus.configure({ mode: 'deepest' }), + Focus.configure({ mode: 'deepest', className: 'has-focus' }), SlashCommand.configure({ slashSuggestion: { items: getSuggestionItems,