mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
Add emoji command to title editor
This commit is contained in:
parent
e62bc6c250
commit
7a47da9273
@ -20,6 +20,7 @@ import { History } from "@tiptap/extension-history";
|
||||
import { buildPageUrl } from "@/features/page/page.utils.ts";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import EmojiCommand from '@/features/editor/extensions/emoji-command.ts';
|
||||
|
||||
export interface TitleEditorProps {
|
||||
pageId: string;
|
||||
@ -67,6 +68,7 @@ export function TitleEditor({
|
||||
History.configure({
|
||||
depth: 20,
|
||||
}),
|
||||
EmojiCommand
|
||||
],
|
||||
onCreate({ editor }) {
|
||||
if (editor) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user