mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Optymalizacja kodu i assetów; poprawki w działaniu
This commit is contained in:
@@ -209,7 +209,6 @@ export default defineComponent({
|
||||
|
||||
data: () => ({
|
||||
icons: {
|
||||
loading: require('@/assets/icon-loading.svg'),
|
||||
arrow: require('@/assets/icon-arrow-asc.svg'),
|
||||
},
|
||||
|
||||
@@ -297,7 +296,8 @@ export default defineComponent({
|
||||
if (
|
||||
element.getBoundingClientRect().bottom * 0.85 < window.innerHeight &&
|
||||
this.scrollDataLoaded &&
|
||||
!this.scrollNoMoreData
|
||||
!this.scrollNoMoreData &&
|
||||
window.scrollY > window.innerHeight
|
||||
)
|
||||
this.addHistoryData();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user