mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-18 15:51:57 +00:00
update the sort after an update
This commit is contained in:
parent
f825e8996a
commit
c1bf8c1da1
1 changed files with 1 additions and 0 deletions
|
@ -287,6 +287,7 @@ Copyright:
|
|||
store.commitChanges();
|
||||
|
||||
var sortState = store.getSortState()
|
||||
if (!sortState) return;
|
||||
store.sort(sortState.field, sortState.direction);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue