From f85ad8bd8d82920cc55534e8256ecca816937067 Mon Sep 17 00:00:00 2001 From: posimai Date: Sun, 22 Mar 2026 23:09:32 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20apps=20view=20DnD=20=E2=80=94=20spread?= =?UTF-8?q?=20appId=20into=20task=20objects=20before=20boardCard()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2f0c4a1..9e51921 100644 --- a/index.html +++ b/index.html @@ -1075,7 +1075,7 @@ function renderAppView(appId) { ${st.label} ${col.length} - ${col.length ? col.map(t => boardCard(t, false)).join('') : '
なし
'} + ${col.length ? col.map(t => boardCard({...t, appId}, false)).join('') : '
なし
'} ${addBtn} `; }