kopia lustrzana https://github.com/shoelace-style/shoelace
update check
rodzic
e91dc034d0
commit
62648e7cc3
|
@ -498,7 +498,7 @@ export default class SlCarousel extends ShoelaceElement {
|
|||
const currentPage = this.getCurrentPage();
|
||||
const prevEnabled = this.canScrollPrev();
|
||||
const nextEnabled = this.canScrollNext();
|
||||
const isLtr = this.matches(':dir(ltr)');
|
||||
const isLtr = this.localize.dir() === 'rtl';
|
||||
|
||||
return html`
|
||||
<div part="base" class="carousel">
|
||||
|
|
Ładowanie…
Reference in New Issue