Hotfixy; dodano przyciski powrotu do dla wszystkich widoków

This commit is contained in:
2022-05-28 01:03:51 +02:00
parent 9345697d07
commit 0b5b0f5178
7 changed files with 54 additions and 9 deletions
@@ -297,7 +297,7 @@ export default defineComponent({
element.getBoundingClientRect().bottom * 0.85 < window.innerHeight &&
this.scrollDataLoaded &&
!this.scrollNoMoreData &&
window.scrollY > window.innerHeight
this.historyDataStatus.status == DataStatus.Loaded
)
this.addHistoryData();
},