This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
Closed
Description
The key collections.DynamicViews
has the same dictionary appended 387 times, in my environment.
const sortedTabs = Tabs.addDynamicView('sorted_tabs');
https://github.com/ethereum/mist/blob/develop/main.js#L510
{
"collection":null,
"name":"sorted_tabs",
"rebuildPending":false,
"options":{
"persistent":false,
"sortPriority":"passive",
"minRebuildInterval":1
},
"resultset":{
"collection":null,
"filteredrows":[
0,
1
],
"filterInitialized":true
},
"resultdata":[
],
"resultsdirty":true,
"cachedresultset":null,
"filterPipeline":[
],
"sortFunction":null,
"sortCriteria":[
[
"position",
false
]
],
"sortDirty":false,
"events":{
"rebuild":[
]
}
}