forked from extern/egroupware
Etemplate: Fix auto-refresh mixed up new rows
This commit is contained in:
@ -728,7 +728,7 @@ var et2_dataview_controller = /** @class */ (function () {
|
||||
entry.idx = newIdx;
|
||||
newMap[newIdx] = entry;
|
||||
}
|
||||
else {
|
||||
else if (newMap[newIdx] !== this._indexMap[key]) {
|
||||
// Make sure the old entry gets invalidated
|
||||
entry.idx = null;
|
||||
entry.row = null;
|
||||
|
Reference in New Issue
Block a user