implydata/pivot

window.autoRefresh never called

Closed this issue · 1 comments

In pivot/src/client/components/cube-view/cube-view.tsx:126,
we can see
(window as any).autoRefresh = () => {,
but I can't find any usage of this function.
I find this function very helpful. Is this function currently for debugging only? Or is it actually called somewhere?

The auto refresh has been shipped in the latest Pivot ( #132 )