Make sure the facet panel resizes itself whenever it gets updated.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@532 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-04-24 07:17:12 +00:00
parent 909156dc70
commit 2a5d99fe16

View File

@ -27,7 +27,6 @@ function BrowsingEngine(div, facetConfigs) {
this._facets.push({ elmt: elmt, facet: facet });
}
this.resize();
this.update();
}
}
@ -218,6 +217,8 @@ BrowsingEngine.prototype.update = function(onDone) {
} else {
self._elmts.dependentRowControls.hide();
}
self.resize();
} else {
self._elmts.help.show();
}