We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4654a54 commit b75a450Copy full SHA for b75a450
packages/query/src/behavior.js
@@ -289,7 +289,8 @@ export class Behavior {
289
});
290
};
291
292
- const eventSettings = { abortController: this.controller };
+ const domEventSettings = {};
293
+ const eventSettings = { abortController: this.controller, eventSettings: domEventSettings };
294
295
// allow user to bind to global selectors if they opt in using the 'global' keyword
296
// also allow events to be directly bound when opted in
0 commit comments