cherifGsoul on update-infrastructure-page
Fix typos (compare)
cherifGsoul on document-inserted-removed-can6
Add inserted/removed events to … (compare)
greenkeeper[bot] on can-view-live-5.0.1
fix(package): update can-view-l… (compare)
greenkeeper[bot] on core-js-3.4.8
chore(package): update core-js … (compare)
cherifGsoul on update-infrastructure-page
Update infrastructure page with… (compare)
greenkeeper[bot] on @feathersjs
chore(package): update @feather… (compare)
greenkeeper[bot] on @feathersjs
chore(package): update @feather… (compare)
x
. But using the main property center.x
isn't working quite right either. Its actually returning the same as longitude, even though in the browser console I have a global set to view
that returns a different coordinate system value
watch
function doesn't always work, when working with nested objects, so to workaround that, I've modified my function to use .watch('center.longitude'...)
which does work. The template renders the initial value, but the template still isn't getting updated when the values change. My onKeyValue
handler is getting called. But my getKeyValue
is not getting called after that which is where I believe the problem lies.
onKeyValue
is called, then whatever triggers watch
happens, and your handlers don't update the template?
getKeyValue
shouldn't have to be called after that in order for it to work