Skip to content

Commit

Permalink
✨ Add shortcut to Plugin Mention Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
castroCrea committed May 24, 2024
1 parent 6dbb381 commit 7d94200
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export type MentionItem = {
export interface PluginMentionItem {
name: string;
char: string;
shortcut?: string;
htmlClass: string;
shortcut?: string;
allowSpaces: boolean;
startOfLine?: boolean;
getListItem: ({ query }: {
Expand Down
2 changes: 1 addition & 1 deletion dist/types.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface PluginMentionItem {
name: string
char: string
htmlClass: string
shortcut?: string
allowSpaces: boolean
startOfLine?: boolean
getListItem: ({ query }: {
Expand Down

0 comments on commit 7d94200

Please sign in to comment.