とりあえず不確定要因の仮置きidを削除

This commit is contained in:
tai-cha 2025-03-03 00:03:26 +09:00
parent 69e216c4dc
commit 54ab3ef139
No known key found for this signature in database
GPG Key ID: 1D5EE39F870DC283
1 changed files with 1 additions and 2 deletions

View File

@ -754,8 +754,7 @@ function extractUsageInfoFromTemplateAst(
// マーカーID取得 // マーカーID取得
const markerIdProp = node.props?.find((p: any) => p.name === 'markerId'); const markerIdProp = node.props?.find((p: any) => p.name === 'markerId');
const markerId = markerIdProp?.value?.content || const markerId = markerIdProp?.value?.content ||
node.__markerId || node.__markerId;
`marker-${Math.random().toString(36).substring(2, 10)}`;
// マーカー基本情報 // マーカー基本情報
const markerInfo: SearchIndexItem = { const markerInfo: SearchIndexItem = {