mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
fix: rebase glitch
This commit is contained in:
@@ -20,7 +20,7 @@ export const Tooltip = forwardRef<
|
||||
>((props, ref) => {
|
||||
const { content, placement = 'top-start' } = props;
|
||||
const style = useTooltipStyle();
|
||||
// 如果没有内容,则永远隐藏
|
||||
// If there is no content, hide forever
|
||||
const visibleProp = content ? {} : { visible: false };
|
||||
return (
|
||||
<Popper
|
||||
|
||||
Reference in New Issue
Block a user