Skip to content

Commit

Permalink
chore: Update Focus.configure in BlockEditor extension to include cla…
Browse files Browse the repository at this point in the history
…ssName option
  • Loading branch information
Sachin-chaurasiya committed Jun 17, 2024
1 parent 1402da5 commit 9429649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/BlockEditor/extension/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9429649

Please sign in to comment.