mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Make nvd3 refresh smoother. (#1618)
This commit is contained in:
@@ -73,6 +73,7 @@ function query(forceUpdate, pushState) {
|
||||
// update the url after prepForm() fix the field ids
|
||||
history.pushState({}, document.title, slice.querystring());
|
||||
}
|
||||
slice.container.html('');
|
||||
slice.render(force);
|
||||
}
|
||||
|
||||
|
||||
@@ -177,6 +177,9 @@ const px = function () {
|
||||
always(data);
|
||||
controller.error(this);
|
||||
},
|
||||
clearError() {
|
||||
$(selector + ' div.alert').remove();
|
||||
},
|
||||
width() {
|
||||
return token.width();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user