mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: disable gem dragging (#2049)
fixes issue #1852 of nuxtjs.org repository Co-authored-by: davidblnc <test@test.com>
This commit is contained in:
parent
a149225e63
commit
cc342eb6c4
@ -79,6 +79,7 @@ export default {
|
||||
controls.enableZoom = false
|
||||
controls.target.set(0, 0.75, 0)
|
||||
controls.enableDamping = true
|
||||
controls.enablePan = false
|
||||
// Lock Y Axis
|
||||
controls.minPolarAngle = Math.PI / 2
|
||||
controls.maxPolarAngle = Math.PI / 2
|
||||
|
Loading…
Reference in New Issue
Block a user