fix flash of content
This commit is contained in:
parent
248f88034b
commit
96ff487271
@ -260,6 +260,9 @@ define([
|
|||||||
var displayedObj2 = mergeUncommitted(APP.proxy, APP.uncommitted);
|
var displayedObj2 = mergeUncommitted(APP.proxy, APP.uncommitted);
|
||||||
var f = getFocus();
|
var f = getFocus();
|
||||||
Render.updateTable(table, displayedObj2, conf);
|
Render.updateTable(table, displayedObj2, conf);
|
||||||
|
APP.proxy.table.rowsOrder.forEach(function (rowId) {
|
||||||
|
$('input[data-rt-id="' + rowId +'"]').val(APP.proxy.table.rows[rowId] || '');
|
||||||
|
});
|
||||||
updateDisplayedTable();
|
updateDisplayedTable();
|
||||||
setFocus(f);
|
setFocus(f);
|
||||||
if (typeof(cb) === "function") {
|
if (typeof(cb) === "function") {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user