We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2d81c commit 156a195Copy full SHA for 156a195
web_src/js/features/citation.ts
@@ -44,7 +44,7 @@ export async function initCitationFileCopyContent() {
44
};
45
46
document.querySelector('#cite-repo-button')?.addEventListener('click', async () => {
47
- $modal.modal('show');
+ fomanticQuery(elModal).modal('show');
48
elModal.classList.add('is-loading');
49
50
try {
0 commit comments