Skip to content

Commit

Permalink
chore: remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo837 committed Dec 23, 2023
1 parent c596bb7 commit 006990e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/commonUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 006990e

Please sign in to comment.