浏览代码

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