지도 위젯 헤더 및 새로고침 버튼 삭제

This commit is contained in:
dohyeons
2025-11-12 18:22:02 +09:00
parent c5d8569522
commit 5e8e714e8a
3 changed files with 15 additions and 44 deletions

View File

@@ -853,7 +853,9 @@ export function CanvasElement({
)}
{/* 제목 */}
{!element.type || element.type !== "chart" ? (
<span className="text-foreground text-xs font-bold">{element.customTitle || element.title}</span>
element.subtype === "map-summary-v2" && !element.customTitle ? null : (
<span className="text-foreground text-xs font-bold">{element.customTitle || element.title}</span>
)
) : null}
</div>
<div className="flex gap-1">