fix props typo
This commit is contained in:
@@ -820,7 +820,7 @@ function initFontObserver(cb: fontCallback): listenerHandler {
|
|||||||
|
|
||||||
handlers.push(() => {
|
handlers.push(() => {
|
||||||
// tslint:disable-next-line: no-any
|
// tslint:disable-next-line: no-any
|
||||||
(window as any).FonFace = originalFontFace;
|
(window as any).FontFace = originalFontFace;
|
||||||
});
|
});
|
||||||
handlers.push(restoreHandler);
|
handlers.push(restoreHandler);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user