Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
disable fade-out because of accessbility reasons
Signed-off-by: szaimen <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
szaimen authored and nextcloud-command committed Nov 15, 2021
commit 884f97e36640b7a5c7d763199e5056dfbf8a0d8f
6 changes: 3 additions & 3 deletions js/firstrunwizard-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/firstrunwizard-main.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:has-previous="hasPrevious"
:has-next="hasNext"
:size="isMobile ? 'full' : 'normal'"
:clear-view-delay="-1 /* disable fade-out because of accessibility reasons */"
name="modal"
@previous="previous"
@next="next"
Expand Down