From d6302a9695bfbe56f38e6b91fbbab1a00390e45a Mon Sep 17 00:00:00 2001 From: umsangdon Date: Fri, 25 Sep 2026 10:23:14 +0900 Subject: [PATCH] =?UTF-8?q?fix(M02):=20=EB=8F=84=EB=A9=B4=20=EC=96=91?= =?UTF-8?q?=EC=8B=9D=EC=9D=84=20=EC=97=B4=20=EB=95=8C=20=EC=9D=B4=EB=A6=84?= =?UTF-8?q?=EC=9D=84=20=EB=84=98=EA=B2=A8=20CAD=20=EC=9E=90=EB=8F=99?= =?UTF-8?q?=EB=B0=B1=EC=97=85=20=EC=B9=B8=EC=9D=84=20=EC=96=91=EC=8B=9D?= =?UTF-8?q?=EB=A7=88=EB=8B=A4=20=EB=82=98=EB=88=94=20(sub2=20=EB=B3=B4?= =?UTF-8?q?=EA=B3=A0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_0148XFUpPfpiuTjxF1EK9c95 --- M02_MasterTemplete/M02_MasterTemplete_UI_Main.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/M02_MasterTemplete/M02_MasterTemplete_UI_Main.ts b/M02_MasterTemplete/M02_MasterTemplete_UI_Main.ts index 04f8ee4c..75b39afe 100644 --- a/M02_MasterTemplete/M02_MasterTemplete_UI_Main.ts +++ b/M02_MasterTemplete/M02_MasterTemplete_UI_Main.ts @@ -112,7 +112,11 @@ export function createMain(isAdmin: boolean): MainHandle { "mountDrawingTemplate", ); if (mountDrawing) { - editor = mountDrawing(host, doc, { onSave: () => void doSave(), readOnly }); + editor = mountDrawing(host, doc, { + onSave: () => void doSave(), + readOnly, + name: at.name, + }); return; } empty(L("M02_NoDrawing"));