This commit is contained in:
Laura Hausmann 2023-11-23 04:17:05 +01:00
parent 61df9f65f9
commit 082d9d8743
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -18,7 +18,7 @@
v-slot="{ item: note, index, active }" v-slot="{ item: note, index, active }"
:items="notes" :items="notes"
:min-item-size="10" :min-item-size="10"
:buffer="200" :buffer="600"
:class="{ noGap }" :class="{ noGap }"
listClass="notes" listClass="notes"
itemClass="note" itemClass="note"