mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-13 11:31:41 +00:00
add click event to load more bottom
This commit is contained in:
parent
2be8f7847f
commit
da33d1d695
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
<uploadsQueue v-if="uploadQueue !== undefined" :queue="uploadQueue"/>
|
||||
<div class="load-more-button" v-if="loadMoreBottom.show && selectedChannelMessages.length >= 50">
|
||||
<spinner :size="30" v-if="loadMoreBottom.loading" />
|
||||
<div class="text" v-if="!loadMoreBottom.loading">Load more</div>
|
||||
<div class="text" v-if="!loadMoreBottom.loading" @click="loadBottomMessages">Load more</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue