This commit is contained in:
2022-12-21 15:02:41 +01:00
parent 5640ce9f2b
commit f3e193e68a
-11
View File
@@ -146,17 +146,6 @@ export default defineComponent({
this.searchHistory();
},
// activated() {
// if (this.timetableId) {
// this.searchersValues['search-train'] = `#${this.timetableId}`;
// this.searchHistory();
// }
// },
// mounted() {
// if (!this.timetableId) this.searchHistory();
// },
methods: {
handleScroll(e: Event) {
const listElement = e.target as HTMLElement;