We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62de6e2 commit 497e759Copy full SHA for 497e759
1 file changed
src/app/components/message/Reply.tsx
@@ -24,6 +24,7 @@ import { nicknamesAtom } from '$state/nicknames';
24
import { useMatrixClient } from '$hooks/useMatrixClient';
25
import { useMemberEventParser } from '$hooks/useMemberEventParser';
26
import { StateEvent, MessageEvent } from '$types/matrix/room';
27
+import { useMentionClickHandler } from '$hooks/useMentionClickHandler';
28
import { useTranslation } from 'react-i18next';
29
import * as customHtmlCss from '$styles/CustomHtml.css';
30
import {
@@ -34,7 +35,6 @@ import {
34
35
} from './content';
36
import * as css from './Reply.css';
37
import { LinePlaceholder } from './placeholder';
-import { useMentionClickHandler } from '$hooks/useMentionClickHandler';
38
39
type ReplyLayoutProps = {
40
userColor?: string;
0 commit comments