We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2eb64 commit 14da0fdCopy full SHA for 14da0fd
web/scripts/data.view.js
@@ -171,8 +171,9 @@ function restoreConfig(viewConfig) {
171
172
// restore view config
173
logMessage(`restoreConfig(\n${JSON.stringify(viewConfig, null, 2)})`);
174
- viewer.restore(viewConfig);
175
-
+ viewer.restore(viewConfig);
+ updateStats();
176
+
177
// clear updating view config flag
178
restoringConfig = false;
179
}
@@ -275,8 +276,8 @@ function refresh(data) {
275
276
logMessage(`refresh('${dataTable}')\n\n updating view data: ${data.fileName} ...`);
277
viewer.clear();
278
viewer.update(tableData);
- updateStats();
279
280
281
// save loaded view data for future data update checks
282
viewData = tableData;
283
} catch (error) {
0 commit comments