mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
fix sorting of favorites on chrome
This commit is contained in:
parent
a822db752f
commit
47171cb993
@ -93,7 +93,8 @@ define(function(require, exports, module) {
|
||||
status: "loaded",
|
||||
map: {},
|
||||
children: [],
|
||||
noSelect: true
|
||||
noSelect: true,
|
||||
$sorted: true
|
||||
}]
|
||||
};
|
||||
|
||||
@ -230,6 +231,7 @@ define(function(require, exports, module) {
|
||||
favRoot.children.splice(index, 0, favNode);
|
||||
fsCache.refresh(favRoot);
|
||||
emit("favoriteReorder");
|
||||
update(favNode);
|
||||
}
|
||||
}, true);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user