diff --git a/src/utils/commonUtils.ts b/src/utils/commonUtils.ts index 47bd70b..20d830d 100644 --- a/src/utils/commonUtils.ts +++ b/src/utils/commonUtils.ts @@ -25,8 +25,6 @@ export function resolveOnChange< } let event = e; - debugger; - if (e.type === 'click') { // Clone a new target for event. // Avoid the following usage, the setQuery method gets the original value.