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 94284b4 commit 4579948Copy full SHA for 4579948
packages/bootstrap-vue-3/src/utils/dom.ts
@@ -214,6 +214,7 @@ export const matches = (el: Element, selector: string) =>
214
215
// See: https://developer.mozilla.org/en-US/docs/Web/API/Element/closest
216
/* istanbul ignore next */
217
+/* eslint-disable @typescript-eslint/no-this-alias */
218
export const closestEl =
219
ELEMENT_PROTO?.closest ||
220
function (this: Element, sel: string) {
0 commit comments