This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
pannellum
mirror of
https://github.com/mpetroff/pannellum.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
22
Wiki
Activity
Browse Source
Fix bug in last commit.
pull/238/merge
Matthew Petroff
8 years ago
parent
c1067e5c1c
commit
89b92ad2a3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/js/pannellum.js
+ 1
- 1
src/js/pannellum.js
View File
@@ -700,7 +700,7 @@ function onDocumentMouseMove(event) {
* Event handler for mouse up events. Stops panning.
* @private
*/
function onDocumentMouseUp() {
function onDocumentMouseUp(
event
) {
if (!isUserInteracting) {
return;
}
Write
Preview
Loading…
Cancel
Save