From c3a91f00770e9470aa0447257d74352acead096c Mon Sep 17 00:00:00 2001 From: olivewind Date: Thu, 21 Oct 2021 18:09:26 +0800 Subject: [PATCH] fix: typo --- src/sandbox/effect.ts | 8 ++++---- src/sandbox/index.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/sandbox/effect.ts b/src/sandbox/effect.ts index 88ef796d5..0f77206b5 100644 --- a/src/sandbox/effect.ts +++ b/src/sandbox/effect.ts @@ -218,7 +218,7 @@ export default function effect (microWindow: microWindowType): Record>() let umdIntervalIdMap = new Map() let umdTimeoutIdMap = new Map() - let umdonClickHander: unknown + let umdOnClickHandler: unknown // record event and timer before exec umdMountHook const recordUmdEffect = () => { @@ -238,8 +238,8 @@ export default function effect (microWindow: microWindowType): Record