Skip to content

Commit 156a195

Browse files
authored
Update web_src/js/features/citation.ts
1 parent 0a2d81c commit 156a195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/features/citation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export async function initCitationFileCopyContent() {
4444
};
4545

4646
document.querySelector('#cite-repo-button')?.addEventListener('click', async () => {
47-
$modal.modal('show');
47+
fomanticQuery(elModal).modal('show');
4848
elModal.classList.add('is-loading');
4949

5050
try {

0 commit comments

Comments
 (0)