Merge pull request #1131 from Terny22/develop/2.1.2
Zooming by scrollwheel in GoogleMaps widgets and updated Spanish locale
This commit is contained in:
commit
c2d7d49009
File diff suppressed because it is too large
Load Diff
@ -44,7 +44,7 @@ export default class TbGoogleMap {
|
||||
function initGoogleMap() {
|
||||
|
||||
tbMap.map = new google.maps.Map($containerElement[0], { // eslint-disable-line no-undef
|
||||
scrollwheel: false,
|
||||
scrollwheel: true,
|
||||
mapTypeId: getGoogleMapTypeId(tbMap.defaultMapType),
|
||||
zoom: tbMap.defaultZoomLevel || 8
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user