Parcourir la source

Fixed bug with mouse wheel zoom.

pull/8/head
Matthew Petroff il y a 10 ans
Parent
révision
210156ea94
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      src/js/pannellum.js

+ 2
- 0
src/js/pannellum.js Voir le fichier

@@ -208,6 +208,8 @@ function onDocumentMouseWheel(event) {
// Firefox
setHfov(config.hfov += event.detail * 1.5);
}
requestAnimationFrame(animate);
}

function onDocumentKeyPress(event) {


Chargement…
Annuler
Enregistrer