MOBILE-3153 core: Fix swipe tour in tablets
parent
b1dad1ef64
commit
e2b70f6047
|
@ -86,7 +86,7 @@ export class CoreSwipeNavigationDirective implements AfterViewInit, OnDestroy {
|
|||
|
||||
const items = source.getItems() ?? [];
|
||||
|
||||
if (items.length < 2) {
|
||||
if (!this.enabled || items.length < 2) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue