Skip to content

Commit

Permalink
fix(Viewer): puase slideshow while editing
Browse files Browse the repository at this point in the history
Signed-off-by: Sanskar Soni <[email protected]>

[skip ci]
  • Loading branch information
sanskar-soni-9 authored and backportbot[bot] committed Jul 30, 2024
1 parent 988f1b3 commit d06afd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
:dark="true"
:data-handler="handlerId"
:enable-slideshow="hasPrevious || hasNext"
:slideshow-paused="editing"
:enable-swipe="canSwipe && !editing"
:has-next="hasNext"
:has-previous="hasPrevious"
Expand Down

0 comments on commit d06afd3

Please sign in to comment.