Skip to content

Commit 6ddf76b

Browse files
committed
typo
1 parent b292a11 commit 6ddf76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

foldseek-demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ <h4>Targets:</h4>
198198
if (loadingTargets.size === 0) {
199199
spinner.style.display = 'none';
200200
}
201-
viewerInstance.visual.highlight({ data: [{}], structureId: undefined });
201+
viewerInstance.visual.highlight({ data: [{}], structureId: id });
202202
setTimeout(() => {
203203
viewerInstance.visual.clearHighlight();
204204
}, 1000);

0 commit comments

Comments
 (0)