소스 검색

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

Kristian Vos 3 년 전
부모
커밋
58ff240d58
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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
 			};
 		}
 	},