diff --git a/src/form.ts b/src/form.ts index be74778..2308492 100644 --- a/src/form.ts +++ b/src/form.ts @@ -113,6 +113,8 @@ export async function addFormElement( await changeFont(parentEl, fontFileName); // Rebuild dropdowns await buildForm(); + // Auto-enable extension + await autoEnableExtension(); }); }; el.querySelector(".show-fallbacks").onclick = e => { @@ -164,6 +166,8 @@ export async function addFormElement( await changeFont(parentEl, fontFileName); // Rebuild dropdowns await buildForm(); + // Auto-enable extension + await autoEnableExtension(); }, async () => { // Ask tabs to show reloading animation