Merge branch 'master' into performance

This commit is contained in:
Bryan Housel
2017-08-24 12:06:36 -04:00
29 changed files with 964 additions and 72 deletions
+2 -3
View File
@@ -16,9 +16,8 @@ export function uiSourceSwitch(context) {
var live = d3.select(this)
.classed('live');
context.connection()
.switch(live ? keys[1] : keys[0]);
context.history().clearSaved();
context.connection().switch(live ? keys[1] : keys[0]);
context.enter(modeBrowse(context));
context.flush();