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 4501fc5 commit 8140ca4Copy full SHA for 8140ca4
src/content/github/pr/main.tsx
@@ -23,8 +23,6 @@ const globals: {
23
let Sentry: ReturnType<typeof initSentry> = undefined;
24
let consent: Consent = "none";
25
26
-await init();
27
-
28
async function init(): Promise<void> {
29
consent = await getConsent();
30
@@ -209,3 +207,5 @@ function clearAnimationAndAnnotations() {
209
207
clearAnimation(lineSelector, annotateLine);
210
208
clearAnnotations((line: HTMLElement) => (line.style.boxShadow = "inherit"));
211
}
+
+await init();
0 commit comments