1
0

fix: don't use transitions for elements where it is not possible

Resolves https://kolaente.dev/vikunja/frontend/issues/2153
This commit is contained in:
kolaente
2022-07-19 16:56:09 +02:00
parent 6dc02c45dd
commit c2d5370e4a
3 changed files with 10 additions and 14 deletions

View File

@ -1,7 +1,7 @@
<template>
<Teleport to="body">
<!-- FIXME: transition should not be included in the modal -->
<transition name="modal">
<transition :name="transitionName">
<section
v-if="enabled"
class="modal-mask"