scroll item list to top when feed is changed
This commit is contained in:
parent
b51408880b
commit
7e6ae1311e
2 changed files with 4 additions and 4 deletions
|
|
@ -149,7 +149,7 @@
|
|||
<span class="icon">{% inline "check.svg" %}</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="p-2 overflow-auto border-top" v-scroll="loadMoreItems">
|
||||
<div class="p-2 overflow-auto border-top" v-scroll="loadMoreItems" ref="itemlist">
|
||||
<label v-for="item in items" :key="item.id"
|
||||
class="selectgroup">
|
||||
<input type="radio" name="item" :value="item.id" v-model="itemSelected">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue