Skip to content

Commit a68295b

Browse files
author
hikki
committed
v3.7
1 parent f07d880 commit a68295b

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 this.select_data){
1204+
for(let id of select_data){
12051205
html += `<span class="dlp-text" title="${select[id]}">${select[id]}</span>`;
12061206
}
12071207
menu_select.firstElementChild.innerHTML = html;

0 commit comments

Comments
 (0)