Skip to content

Commit 006990e

Browse files
committed
chore: remove debugger
1 parent c596bb7 commit 006990e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/commonUtils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ export function resolveOnChange<
2525
}
2626
let event = e;
2727

28-
debugger;
29-
3028
if (e.type === 'click') {
3129
// Clone a new target for event.
3230
// Avoid the following usage, the setQuery method gets the original value.

0 commit comments

Comments
 (0)