mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 09:52:49 +08:00
fix(editor): add member node before mention (#11197)
This commit is contained in:
@@ -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`
|
||||
*/
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user