fix sorting of favorites on chrome

This commit is contained in:
nightwing 2015-03-26 21:15:48 +04:00
parent a822db752f
commit 47171cb993

View File

@ -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);