This commit is contained in:
syuilo 2018-12-06 16:33:35 +09:00
parent 3555213155
commit 7a8e97972c
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -11,8 +11,7 @@
<mk-error v-if="!fetching && requestInitPromise != null" @retry="resolveInitPromise"/>
<!-- トランジションを有効にするとなぜかメモリリークする -->
<!--<transition-group name="mk-notes" class="transition" ref="notes">-->
<div class="notes" ref="notes">
<transition-group name="mk-notes" class="transition notes" ref="notes">
<template v-for="(note, i) in _notes">
<x-note
:note="note"
@ -25,8 +24,7 @@
<span><fa icon="angle-down"/>{{ _notes[i + 1]._datetext }}</span>
</p>
</template>
</div>
<!--</transition-group>-->
</transition-group>
<footer v-if="more">
<button @click="loadMore" :disabled="moreFetching" :style="{ cursor: moreFetching ? 'wait' : 'pointer' }">