Fixing history bug
This commit is contained in:
parent
2c1f07ac17
commit
bfadd2038b
@ -160,6 +160,10 @@
|
||||
}
|
||||
|
||||
function outputSnapshot(results) {
|
||||
for (var name in results.columns) {
|
||||
ctx.searchParams[name] = results.columns[name].value;
|
||||
}
|
||||
|
||||
ctx.grapher.setColumns(results.columns);
|
||||
outputMatches(results.items, results.count);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user