Fix bug
This commit is contained in:
		| @@ -9,6 +9,7 @@ | ||||
|  | ||||
| 	<!-- トランジションを有効にするとなぜかメモリリークする --> | ||||
| 	<!--<transition-group name="mk-notes" class="transition">--> | ||||
| 	<div class="notes"> | ||||
| 		<template v-for="(note, i) in _notes"> | ||||
| 			<x-note :note="note" :key="note.id" @update:note="onNoteUpdated(i, $event)" :media-view="mediaView"/> | ||||
| 			<p class="date" :key="note.id + '_date'" v-if="i != notes.length - 1 && note._date != _notes[i + 1]._date"> | ||||
| @@ -16,6 +17,7 @@ | ||||
| 				<span>%fa:angle-down%{{ _notes[i + 1]._datetext }}</span> | ||||
| 			</p> | ||||
| 		</template> | ||||
| 	</div> | ||||
| 	<!--</transition-group>--> | ||||
|  | ||||
| 	<footer v-if="more"> | ||||
| @@ -199,6 +201,7 @@ root(isDark) | ||||
| 		> * | ||||
| 			transition transform .3s ease, opacity .3s ease | ||||
|  | ||||
| 	> .notes | ||||
| 		> .date | ||||
| 			display block | ||||
| 			margin 0 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo