We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9645cbc commit be5768dCopy full SHA for be5768d
1 file changed
src/form.ts
@@ -113,6 +113,8 @@ export async function addFormElement(
113
await changeFont(parentEl, fontFileName);
114
// Rebuild dropdowns
115
await buildForm();
116
+ // Auto-enable extension
117
+ await autoEnableExtension();
118
});
119
};
120
el.querySelector<HTMLButtonElement>(".show-fallbacks").onclick = e => {
@@ -164,6 +166,8 @@ export async function addFormElement(
164
166
165
167
168
169
170
171
},
172
async () => {
173
// Ask tabs to show reloading animation
0 commit comments