fix props typo

This commit is contained in:
Yanzhen Yu
2021-09-29 17:56:50 +08:00
parent 971c08adc1
commit fe43860376

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);