Skip to content

Commit e6277c6

Browse files
save file
1 parent bc18d36 commit e6277c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-components/list/web-editor/web-editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ <h3>
237237

238238
if(tab.id!==tab2.id){
239239
tab2.classList.remove('active');
240-
tabs2.classList.add('inactive');
240+
tab2.classList.add('inactive');
241241
$(`#view #${tab2.id}`).style.display = 'none';
242242
}
243243

0 commit comments

Comments
 (0)