Skip to content

Commit b75a450

Browse files
committed
Feat: set up events for dom event changes
1 parent 4654a54 commit b75a450

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/query/src/behavior.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,8 @@ export class Behavior {
289289
});
290290
};
291291

292-
const eventSettings = { abortController: this.controller };
292+
const domEventSettings = {};
293+
const eventSettings = { abortController: this.controller, eventSettings: domEventSettings };
293294

294295
// allow user to bind to global selectors if they opt in using the 'global' keyword
295296
// also allow events to be directly bound when opted in

0 commit comments

Comments
 (0)