Skip to content

Commit 30c0ac6

Browse files
author
hikki
committed
v3.7 bug
1 parent 36b896b commit 30c0ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/assets/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ window.ComponentLine = class {
12011201
return;
12021202
}
12031203
let html = '';
1204-
for(let id of select_data){
1204+
for(let id of selected){
12051205
html += `<span class="dlp-text" title="${select[id]}">${select[id]}</span>`;
12061206
}
12071207
menu_select.firstElementChild.innerHTML = html;

0 commit comments

Comments
 (0)