Skip to content

Commit

Permalink
disable fade-out because of accessbility reasons
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <[email protected]>
  • Loading branch information
szaimen committed Nov 15, 2021
1 parent bd35e39 commit b33bc7b
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit b33bc7b

Please sign in to comment.