mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-19 08:08:33 +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();
|
store.commitChanges();
|
||||||
|
|
||||||
var sortState = store.getSortState()
|
var sortState = store.getSortState()
|
||||||
|
if (!sortState) return;
|
||||||
store.sort(sortState.field, sortState.direction);
|
store.sort(sortState.field, sortState.direction);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue