1
0
Fork 0
forked from 0x2620/oxjs

select multple annotations, option to pass confirm delete dialog

This commit is contained in:
j 2025-01-24 17:10:36 +05:30
commit 03eb3d4a56
4 changed files with 42 additions and 19 deletions

View file

@ -61,6 +61,7 @@ Ox.VideoAnnotationPanel = function(options, self) {
censoredIcon: '',
censoredTooltip: '',
clickLink: null,
confirmDeleteDialog: null,
cuts: [],
duration: 0,
enableDownload: false,
@ -844,6 +845,7 @@ Ox.VideoAnnotationPanel = function(options, self) {
autocomplete: self.options.autocomplete,
calendarSize: self.options.annotationsCalendarSize,
clickLink: self.options.clickLink,
confirmDeleteDialog: self.options.confirmDeleteDialog,
editable: true,
enableExport: self.options.enableExport,
enableImport: self.options.enableImport,