fix(editor): add member node before mention (#11197)

This commit is contained in:
Flrande
2025-03-26 08:05:02 +00:00
parent 91876301bf
commit 30072da929
3 changed files with 71 additions and 54 deletions

View File

@@ -6928,13 +6928,9 @@ export function useAFFiNEI18N(): {
*/
["com.affine.editor.at-menu.date-picker"](): string;
/**
* `Mention Member`
* `Mention Members`
*/
["com.affine.editor.at-menu.mention-member"](): string;
/**
* `Successfully mentioned the member`
*/
["com.affine.editor.at-menu.mention-success"](): string;
["com.affine.editor.at-menu.mention-members"](): string;
/**
* `Show`
*/

View File

@@ -1720,8 +1720,7 @@
"com.affine.editor.at-menu.more-docs-hint": "{{count}} more docs",
"com.affine.editor.at-menu.journal": "Journal",
"com.affine.editor.at-menu.date-picker": "Select a specific date",
"com.affine.editor.at-menu.mention-member": "Mention Member",
"com.affine.editor.at-menu.mention-success": "Successfully mentioned the member",
"com.affine.editor.at-menu.mention-members": "Mention Members",
"com.affine.editor.bi-directional-link-panel.show": "Show",
"com.affine.editor.bi-directional-link-panel.hide": "Hide",
"com.affine.editor.edgeless-note-header.fold-page-block": "Fold page block",