mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 07:28:39 +00:00
update the sort after an update
This commit is contained in:
parent
b919613a51
commit
f825e8996a
1 changed files with 3 additions and 0 deletions
|
@ -285,6 +285,9 @@ Copyright:
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
store.commitChanges();
|
store.commitChanges();
|
||||||
|
|
||||||
|
var sortState = store.getSortState()
|
||||||
|
store.sort(sortState.field, sortState.direction);
|
||||||
},
|
},
|
||||||
|
|
||||||
// private
|
// private
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue