mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix bad port
This commit is contained in:
@@ -236,7 +236,7 @@ export default class WaCarousel extends WebAwesomeElement {
|
||||
}
|
||||
|
||||
private isCarouselItem(node: Node): node is WaCarouselItem {
|
||||
return node instanceof Element && node.tagName.toLowerCase() === 'sl-carousel-item';
|
||||
return node instanceof Element && node.tagName.toLowerCase() === 'wa-carousel-item';
|
||||
}
|
||||
|
||||
private handleSlotChange = (mutations: MutationRecord[]) => {
|
||||
|
||||
Reference in New Issue
Block a user