fix(M02): 도면 양식을 열 때 이름을 넘겨 CAD 자동백업 칸을 양식마다 나눔 (sub2 보고)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0148XFUpPfpiuTjxF1EK9c95
This commit is contained in:
2026-09-25 10:23:14 +09:00
co-authored by Claude Sonnet 5
parent 0185546c5c
commit d6302a9695
@@ -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"));