fix props typo

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent c66cb7eedf
commit 036472280c

View File

@@ -820,7 +820,7 @@ function initFontObserver(cb: fontCallback): listenerHandler {
handlers.push(() => {
// tslint:disable-next-line: no-any
(window as any).FonFace = originalFontFace;
(window as any).FontFace = originalFontFace;
});
handlers.push(restoreHandler);