chore: fixed broken merge button

This commit is contained in:
Jamie Peabody
2022-01-03 20:20:24 +00:00
parent 095781c81a
commit 0c7fbe3572

View File

@@ -1196,7 +1196,7 @@ CodeMirrorDiffView.prototype._markupLineChanges = function (changes) {
const rhsvp = this._get_viewport_side('rhs');
const getMergeHandler = (change, side, oside) => {
return () => this._merge_change(change, 'lhs', 'rhs');
return () => this._merge_change(change, side, oside);
}
this._unbindHandlersOnClear = [];