Skip to content

Commit

Permalink
Merge pull request #16350 from CartoDB/bug/sc-137813/planninglabs-scr…
Browse files Browse the repository at this point in the history
…ollbar-wheel-not-working
  • Loading branch information
moicalcob committed Sep 29, 2021
2 parents bba26a8 + ce642d7 commit 60dd46e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Development
- Fix auto guessing when a csv field is wrong [#16326](https://github.com/CartoDB/cartodb/pull/16326)
- Fix regenerating API Keys for a whole organization [#16336](https://github.com/CartoDB/cartodb/pull/16336)
- Fix API Keys propagation to Redis function [#16340](https://github.com/CartoDB/cartodb/pull/16340)
- Fix scrolling on widget's sidebar in builder [#16350](https://github.com/CartoDB/cartodb/pull/16350)

4.45.0 (2021-04-14)
-------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ module.exports = CoreView.extend({
swipePropagation: true,
stopPropagationOnClick: false,
minScrollbarLength: 20,
useBothWheelAxes: true
useBothWheelAxes: false,
suppressScrollX: true
});
},

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cartodb-ui",
"version": "1.0.0-assets.264",
"version": "1.0.0-assets.265",
"description": "CARTO UI frontend",
"repository": {
"type": "git",
Expand Down

0 comments on commit 60dd46e

Please sign in to comment.