Skip to content

Commit

Permalink
feat: optional hideContextMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Oct 17, 2023
1 parent 684d2ad commit 952dc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/CldVideoPlayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface CloudinaryVideoPlayerOptions {
publicId: string;
secure?: boolean;
transformation?: Array<object> | object;
hideContextMenu: boolean;
hideContextMenu?: boolean;
}

export interface CloudinaryVideoPlayerOptionsColors {
Expand Down

0 comments on commit 952dc90

Please sign in to comment.