From 54ab3ef13984163b9a51759c8f0d633a224d80ca Mon Sep 17 00:00:00 2001 From: tai-cha Date: Mon, 3 Mar 2025 00:03:26 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=A8=E3=82=8A=E3=81=82=E3=81=88=E3=81=9A?= =?UTF-8?q?=E4=B8=8D=E7=A2=BA=E5=AE=9A=E8=A6=81=E5=9B=A0=E3=81=AE=E4=BB=AE?= =?UTF-8?q?=E7=BD=AE=E3=81=8Did=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/lib/vite-plugin-create-search-index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/frontend/lib/vite-plugin-create-search-index.ts b/packages/frontend/lib/vite-plugin-create-search-index.ts index 2add264ce8..4fe4003f5e 100644 --- a/packages/frontend/lib/vite-plugin-create-search-index.ts +++ b/packages/frontend/lib/vite-plugin-create-search-index.ts @@ -754,8 +754,7 @@ function extractUsageInfoFromTemplateAst( // マーカーID取得 const markerIdProp = node.props?.find((p: any) => p.name === 'markerId'); const markerId = markerIdProp?.value?.content || - node.__markerId || - `marker-${Math.random().toString(36).substring(2, 10)}`; + node.__markerId; // マーカー基本情報 const markerInfo: SearchIndexItem = {