MOBILE-3153 core: Fix swipe tour in tablets

main
Noel De Martin 2022-03-17 16:22:52 +01:00
parent b1dad1ef64
commit e2b70f6047
1 changed files with 1 additions and 1 deletions

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