We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1245ee8 commit 54b18a5Copy full SHA for 54b18a5
assets/js/src/views/video-edit.js
@@ -414,7 +414,7 @@ var VideoEditView = BrightcoveView.extend({
414
this.model.set('custom_fields', custom);
415
this.model.set('custom', custom_fields);
416
417
- const history = document.querySelector('.brightcove-change-history').value;
+ const history = this.el.querySelector('.brightcove-change-history').value;
418
const historyJson = JSON.stringify(history.split('\n').map((line) => line.trim()));
419
this.model.set('_change_history', historyJson);
420
0 commit comments