修复手机端置顶tooltip不显示

This commit is contained in:
anian
2026-07-08 09:38:22 +08:00
parent 12a953e960
commit 626f889dbe
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@
> 基于原作者v0.29.1代码修改
#### v0.29.1-4补丁
1. 修复手机端置顶tooltip不显示
#### v0.29.1-4
1. 修复缓存图片无法删除
2. 修改安全策略避免视频无法播放
@@ -90,8 +90,8 @@ const MemoHeader: React.FC<MemoHeaderProps> = ({ showCreator, showVisibility, sh
{showPinned && memo.pinned && (
<Tooltip>
<TooltipTrigger asChild>
<span className="flex justify-center items-center rounded-md">
<TooltipTrigger>
<span className="flex justify-center items-center rounded-md hover:opacity-80">
<BookmarkIcon className="w-4 h-auto text-muted-foreground" />
</span>
</TooltipTrigger>