Skip to content

Commit

Permalink
chore(blocks): remove trigger key '、' from slash menu
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Sun committed Nov 20, 2024
1 parent eab376f commit 1b60ea8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export type SlashMenuContext = {
};

export const defaultSlashMenuConfig: SlashMenuConfig = {
triggerKeys: ['/', '、'],
triggerKeys: ['/'],
ignoreBlockTypes: ['affine:code'],
maxHeight: 344,
tooltipTimeout: 800,
Expand Down

0 comments on commit 1b60ea8

Please sign in to comment.