MOBILE-3153 core: Fix swipe tour in tablets

This commit is contained in:
Noel De Martin 2022-03-17 16:22:52 +01:00
parent b1dad1ef64
commit e2b70f6047

View File

@ -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;
}