fix: report editor styles (#163)

* fix: report editor styles
This commit is contained in:
JeffJiang
2025-05-15 15:18:01 +08:00
committed by GitHub
parent 1a59accb52
commit 8802eea0ba
2 changed files with 4 additions and 10 deletions

View File

@@ -97,6 +97,7 @@ export function ResearchBlock({
className="text-gray-400"
size="icon"
variant="ghost"
disabled={isReplay}
onClick={handleEdit}
>
{editing ? <Undo2 /> : <Pencil />}