sync
This commit is contained in:
parent
00e499b3e5
commit
f9e10805f0
2 changed files with 13 additions and 15 deletions
|
|
@ -164,7 +164,6 @@ export function CalloutMenu({ editor }: EditorMenuProps) {
|
||||||
</ActionIcon>
|
</ActionIcon>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
|
||||||
<Tooltip position="top" label={t("Custom emoji")}>
|
|
||||||
<EmojiPicker
|
<EmojiPicker
|
||||||
onEmojiSelect={setCalloutIcon}
|
onEmojiSelect={setCalloutIcon}
|
||||||
removeEmojiAction={removeCalloutIcon}
|
removeEmojiAction={removeCalloutIcon}
|
||||||
|
|
@ -173,10 +172,9 @@ export function CalloutMenu({ editor }: EditorMenuProps) {
|
||||||
actionIconProps={{
|
actionIconProps={{
|
||||||
size: "lg",
|
size: "lg",
|
||||||
variant: "default",
|
variant: "default",
|
||||||
c: undefined
|
c: undefined,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
|
||||||
</ActionIcon.Group>
|
</ActionIcon.Group>
|
||||||
</BaseBubbleMenu>
|
</BaseBubbleMenu>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit aa33dcd2ba310705d6799d1e468390774e0cf3e7
|
Subproject commit 38de2d0dc1ae233668cf546f3ab74046afa8986a
|
||||||
Loading…
Add table
Reference in a new issue