fix flash of content

pull/1/head
Pierre Bondoerffer 2017-04-13 19:36:04 +02:00
parent 248f88034b
commit 96ff487271
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236
1 changed files with 3 additions and 0 deletions

View File

@ -260,6 +260,9 @@ define([
var displayedObj2 = mergeUncommitted(APP.proxy, APP.uncommitted);
var f = getFocus();
Render.updateTable(table, displayedObj2, conf);
APP.proxy.table.rowsOrder.forEach(function (rowId) {
$('input[data-rt-id="' + rowId +'"]').val(APP.proxy.table.rows[rowId] || '');
});
updateDisplayedTable();
setFocus(f);
if (typeof(cb) === "function") {