Skip to content

Commit

Permalink
remove testing artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
chad1008 committed Jun 21, 2022
1 parent dde4a9c commit f88d09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/hooks/default-autocompleters.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { userAutocompleter } from '../components';
function setDefaultCompleters( completers = [] ) {
// Provide copies so filters may directly modify them.
completers.push( clone( userAutocompleter ) );
completers.push( clone( { ...userAutocompleter, triggerPrefix: '+' } ) );

return completers;
}

Expand Down

0 comments on commit f88d09b

Please sign in to comment.