window.autoRefresh never called
Closed this issue · 1 comments
x4base commented
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?
vogievetsky commented
The auto refresh has been shipped in the latest Pivot ( #132 )