Skip to content

Commit 54b18a5

Browse files
committed
Adjust feedback
1 parent 1245ee8 commit 54b18a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/src/views/video-edit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ var VideoEditView = BrightcoveView.extend({
414414
this.model.set('custom_fields', custom);
415415
this.model.set('custom', custom_fields);
416416

417-
const history = document.querySelector('.brightcove-change-history').value;
417+
const history = this.el.querySelector('.brightcove-change-history').value;
418418
const historyJson = JSON.stringify(history.split('\n').map((line) => line.trim()));
419419
this.model.set('_change_history', historyJson);
420420

0 commit comments

Comments
 (0)