Parcourir la source

fix(Home): hopefully fixed issues with mobile and favorite stations on scroll/click

Kristian Vos il y a 3 ans
Parent
commit
58ff240d58
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      frontend/src/pages/Home.vue

+ 3 - 1
frontend/src/pages/Home.vue

@@ -505,7 +505,9 @@ export default {
 				animation: 200,
 				group: "favoriteStations",
 				disabled: false,
-				ghostClass: "draggable-list-ghost"
+				ghostClass: "draggable-list-ghost",
+				filter: ".ignore-elements",
+				fallbackTolerance: 50
 			};
 		}
 	},