Skip to content

Commit d690f84

Browse files
committed
fix: remove 'blur' from EVENT_HANDLER_METHODS to streamline event handling
1 parent 7606622 commit d690f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const METHODS_RETURNING_NODES = [
114114
'querySelectorAll',
115115
] as const;
116116

117-
const EVENT_HANDLER_METHODS = ['click', 'blur', 'select', 'submit'] as const;
117+
const EVENT_HANDLER_METHODS = ['click', 'select', 'submit'] as const;
118118

119119
const ALL_RETURNING_NODES = [
120120
...PROPERTIES_RETURNING_NODES,

0 commit comments

Comments
 (0)