fix: closed caption can't move when mutiplevideos in one page
This commit is contained in:
@@ -1230,7 +1230,7 @@
|
||||
},
|
||||
|
||||
listenForDragDrop: function() {
|
||||
var captions = document.querySelector('.closed-captions');
|
||||
var captions = this.captionDisplayEl['0'];
|
||||
|
||||
if (typeof Draggabilly === 'function') {
|
||||
new Draggabilly(captions, {containment: true});
|
||||
|
||||
Reference in New Issue
Block a user