Fix merging a remote diff

This commit is contained in:
Nick O'Leary 2018-02-20 15:01:45 -08:00
parent 9a5139f452
commit 53401b6aa7
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -1391,7 +1391,7 @@ RED.diff = (function() {
}
})
RED.nodes.version(remoteDiff.rev);
RED.nodes.version(diff.remoteDiff.rev);
RED.view.redraw(true);
RED.palette.refresh();