mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 04:28:12 +08:00
allow slightly more zooming in
This commit is contained in:
+2
-1
@@ -7,7 +7,8 @@ var key = require('key-pressed')
|
||||
const panSpeed = 0.4
|
||||
const scaleSpeed = 0.5
|
||||
const scaleMax = 3
|
||||
const scaleMin = 1.15
|
||||
// const scaleMin = 1.15
|
||||
const scaleMin = 1.03
|
||||
|
||||
function attachCamera(canvas, opts) {
|
||||
opts = opts || {}
|
||||
|
||||
Reference in New Issue
Block a user