When a new facet is added, make sure to switch to the Filter / Facet tab in the sidebar.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1555 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-10-15 05:10:05 +00:00
parent 855dec26e5
commit 1066169c05

View File

@ -156,6 +156,8 @@ BrowsingEngine.prototype.addFacet = function(type, config, options) {
this._facets.push({ elmt: elmt, facet: facet });
ui.leftPanelTabs.tabs("select", 0);
Refine.update({ engineChanged: true });
};