Bläddra i källkod

Fixed bug with mouse wheel zoom.

pull/8/head
Matthew Petroff 10 år sedan
förälder
incheckning
210156ea94
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. +2
    -0
      src/js/pannellum.js

+ 2
- 0
src/js/pannellum.js Visa fil

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

function onDocumentKeyPress(event) {


Laddar…
Avbryt
Spara