Skip to content

Commit

Permalink
Merge pull request #4136 from udecode/fix/mention
Browse files Browse the repository at this point in the history
fix trigger mention
  • Loading branch information
felixfeng33 authored Mar 4, 2025
2 parents 52dc3aa + d7f7e74 commit fbd6ba2
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 65 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const editorPlugins = [
...viewPlugins,

// Functionality
SlashPlugin.configure({
SlashPlugin.extend({
options: {
triggerQuery(editor) {
return !editor.api.some({
Expand Down
Loading

0 comments on commit fbd6ba2

Please sign in to comment.