Got facets in facet-based edit dialog to update only after the user has finished dragging the slider bracket.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@246 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
562b9d67a2
commit
4cc1933065
@ -413,7 +413,7 @@ FacetBasedEditDialog.Facet = function(dialog, title, property, elmt, clusters) {
|
|||||||
min: this._min,
|
min: this._min,
|
||||||
max: this._max,
|
max: this._max,
|
||||||
values: [ this._from, this._to ],
|
values: [ this._from, this._to ],
|
||||||
slide: function(evt, ui) {
|
stop: function(evt, ui) {
|
||||||
self._from = ui.values[0];
|
self._from = ui.values[0];
|
||||||
self._to = ui.values[1];
|
self._to = ui.values[1];
|
||||||
self._setRangeIndicators();
|
self._setRangeIndicators();
|
||||||
|
Loading…
Reference in New Issue
Block a user