fill notifications and chart autoupdate
This commit is contained in:
@@ -373,6 +373,10 @@ const orders = computed(()=>{
|
||||
}
|
||||
result.sort((a,b)=>b.startTime-a.startTime)
|
||||
// console.log('orders', result)
|
||||
for( const st of result ) {
|
||||
if( st.id in orderShapes )
|
||||
orderShapes[st.id].update(st)
|
||||
}
|
||||
return result
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user