mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
[Update] Home: Disable scroll on globe
This commit is contained in:
parent
cd7441134d
commit
0e5c6d7238
2 changed files with 10 additions and 9 deletions
16
assets/js/dash-masternode-globe.min.js
vendored
16
assets/js/dash-masternode-globe.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -288,7 +288,8 @@ description: pages.home.description
|
||||||
url: '/assets/mn_locations.tsv',
|
url: '/assets/mn_locations.tsv',
|
||||||
cameraOffset: { x: 0, y: 170, z: 0 },
|
cameraOffset: { x: 0, y: 170, z: 0 },
|
||||||
initialZoom: 450,
|
initialZoom: 450,
|
||||||
barColor: 0xddddddff
|
barColor: 0xddddddff,
|
||||||
|
mouseWheel: false
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue