Skip to content

Commit 6b03d63

Browse files
committed
Revert "Merge branch 'main' into 65-add-focus"
This reverts commit 734729a, reversing changes made to aba1281.
1 parent 734729a commit 6b03d63

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Component.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,6 @@ export class Component<T extends HTMLElement = HTMLElement> extends ElementCompo
8989
return new Component<T>(element);
9090
}
9191

92-
/**
93-
* Test whether the element would be selected by the specified
94-
* {@link https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_selectors CSS selector}, or group of CSS selectors.
95-
* @param selectors
96-
*/
97-
public is(selectors: string): boolean {
98-
return this.node.matches(selectors);
99-
}
100-
10192
/**
10293
* Puts the element into
10394
* {@link https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/focus Focus}

0 commit comments

Comments
 (0)