[Client] デッキのTLにUIの動きを減らすオプションが適用されていなかったのを修正
This commit is contained in:
parent
00f979f0e6
commit
fca4ceef21
@ -11,7 +11,7 @@
|
||||
<mk-error v-if="!fetching && requestInitPromise != null" @retry="resolveInitPromise"/>
|
||||
|
||||
<!-- トランジションを有効にするとなぜかメモリリークする -->
|
||||
<transition-group name="mk-notes" class="transition notes" ref="notes" tag="div">
|
||||
<transition-group :is="!$store.state.device.reduceMotion ? 'transition-group' : 'div'" name="mk-notes" class="transition notes" ref="notes" tag="div">
|
||||
<template v-for="(note, i) in _notes">
|
||||
<x-note
|
||||
:note="note"
|
||||
|
Loading…
Reference in New Issue
Block a user