Skip to content

Commit 75ceb7d

Browse files
authored
Merge pull request #638 from nextcloud/backport/632/stable23
[stable23] disable fade-out because of accessbility reasons
2 parents 7abe038 + 187281f commit 75ceb7d

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

js/firstrunwizard-main.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/firstrunwizard-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
:has-previous="hasPrevious"
66
:has-next="hasNext"
77
:size="isMobile ? 'full' : 'normal'"
8+
:clear-view-delay="-1 /* disable fade-out because of accessibility reasons */"
89
name="modal"
910
@previous="previous"
1011
@next="next"

0 commit comments

Comments
 (0)