feat(mention): disable auto-completion

This commit is contained in:
Elian Doran
2025-06-23 23:20:51 +03:00
parent 3988bb5321
commit b7f5c0e07a
6 changed files with 47 additions and 20 deletions

View File

@@ -118,7 +118,10 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
editedNotesOpenInRibbon: boolean;
codeBlockWordWrap: boolean;
textNoteEditorMultilineToolbar: boolean;
/** Whether keyboard auto-completion for emojis is triggered when typing `:`. */
textNoteEmojiCompletionEnabled: boolean;
/** Whether keyboard auto-completion for notes is triggered when typing `@` in text notes (attribute editing is not affected). */
textNoteCompletionEnabled: boolean;
backgroundEffects: boolean;
// Share settings