mirror of
https://github.com/makeplane/plane.git
synced 2025-12-25 16:19:43 +01:00
* refactor: editor mentions * fix: build errors * fix: build errors * chore: add cycle status to search endpoint response * fix: build errors * fix: dynamic mention content in markdown * chore: update entity search endpoint * style: user mention popover * chore: edition specific mention content handler * chore: show deactivated user for old mentions * chore: update search entity keys * refactor: use editor mention hook
5 lines
163 B
TypeScript
5 lines
163 B
TypeScript
// plane editor
|
|
import { TMentionComponentProps } from "@plane/editor";
|
|
|
|
export const EditorAdditionalMentionsRoot: React.FC<TMentionComponentProps> = () => null;
|