Skip to content

Commit

Permalink
Adding actionmenu for VideoCards in PlaylistVideos-list
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrahn committed Sep 18, 2023
1 parent 4ba6620 commit 64da532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vueapp/components/Videos/VideoCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<Tag v-for="tag in event.tags" v-bind:key="tag.id" :tag="tag.tag" />
</div>

<div v-if="!playlistMode && menuItems.length > 0 && event.state != 'running'" class="oc--actions-container">
<div v-if="!videoSortMode && menuItems.length > 0 && event.state != 'running'" class="oc--actions-container">
<StudipActionMenu :items="menuItems"
:collapseAt="menuItems.length > 1"
@performAction="performAction"
Expand Down

0 comments on commit 64da532

Please sign in to comment.