Skip to content

Commit 8e568ff

Browse files
#166 added stats update change on config update
1 parent 4d11bad commit 8e568ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/scripts/data.view.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ function initializeDataView() {
124124
viewer.addEventListener('perspective-config-update', event => {
125125
if (!restoringConfig) {
126126
updateConfig();
127-
updateStats();
128-
}
127+
}
128+
updateStats();
129129
});
130130

131131
// add viewer click handler for cross-filtering

0 commit comments

Comments
 (0)