We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9645cbc + be5768d commit eafefe0Copy full SHA for eafefe0
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