mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
feat(app): added min route speed & max route speed station filters
This commit is contained in:
@@ -80,12 +80,6 @@ export default defineComponent({
|
||||
},
|
||||
|
||||
async mounted() {
|
||||
// window.addEventListener('focus', () => {
|
||||
// if (Date.now() - this.apiStore.lastFetchData.getTime() < 15000) return;
|
||||
|
||||
// this.apiStore.fetchActiveData();
|
||||
// });
|
||||
|
||||
window.addEventListener('mousemove', (e: MouseEvent) => this.handlePopUpEvents(e));
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user