mirror of
https://github.com/docmost/docmost.git
synced 2025-11-10 08:52:05 +10:00
sync
This commit is contained in:
@ -164,7 +164,6 @@ export function CalloutMenu({ editor }: EditorMenuProps) {
|
||||
</ActionIcon>
|
||||
</Tooltip>
|
||||
|
||||
<Tooltip position="top" label={t("Custom emoji")}>
|
||||
<EmojiPicker
|
||||
onEmojiSelect={setCalloutIcon}
|
||||
removeEmojiAction={removeCalloutIcon}
|
||||
@ -173,10 +172,9 @@ export function CalloutMenu({ editor }: EditorMenuProps) {
|
||||
actionIconProps={{
|
||||
size: "lg",
|
||||
variant: "default",
|
||||
c: undefined
|
||||
c: undefined,
|
||||
}}
|
||||
/>
|
||||
</Tooltip>
|
||||
</ActionIcon.Group>
|
||||
</BaseBubbleMenu>
|
||||
);
|
||||
|
||||
Submodule apps/server/src/ee updated: aa33dcd2ba...38de2d0dc1
Reference in New Issue
Block a user