Skip to content

Commit

Permalink
Prevent query overlay on viewport zoom also.
Browse files Browse the repository at this point in the history
  • Loading branch information
xtinec committed Sep 4, 2018
1 parent 4a9e3ff commit cc44ec5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset/assets/src/explore/controls.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1806,6 +1806,8 @@ export const controls = {
default: 11,
description: t('Zoom level of the map'),
places: 8,
// Viewport zoom shouldn't prompt user to re-run query
dontRefreshOnChange: true,
},

viewport_latitude: {
Expand Down

0 comments on commit cc44ec5

Please sign in to comment.