Skip to content

Commit

Permalink
add activeCrop prop to Slideshow component
Browse files Browse the repository at this point in the history
  • Loading branch information
zeezo887 committed Nov 1, 2024
1 parent 53f59c3 commit 45d4ae6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/js/components/Slideshow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
:index="index"
:mediaContext="name"
:cropContext="cropContext"
:activeCrop="activeCrop"
:hover="hoverable"
:isSlide="true"
:withAddInfo="withAddInfo"
Expand Down Expand Up @@ -70,6 +71,10 @@
disabled: {
type: Boolean,
default: false
},
activeCrop: {
type: Boolean,
default: true
}
},
data: function () {
Expand Down

0 comments on commit 45d4ae6

Please sign in to comment.