just add the selected symbol to the filter context

This commit is contained in:
Joe Tretter
2020-04-29 23:05:27 -05:00
parent 06d86f8c30
commit 2c62cf8871

View File

@@ -41,7 +41,9 @@ let createMasterFilterFrame=()=>{
Object.defineProperty(me,"selectedTime",{
get:_=>{ return (_filterContext.selectedTime);}
})
Object.defineProperty(me,"selectedSymbol",{
get:_=>{ return (_filterContext.theSymbol);}
})
me.beforeShowDay=(theDate)=>{
let isoDate=theDate.toISOString().substr(0,10);
//console.log("BeforeShow",isoDate,theDate);