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
Don't show hand cursor when dragging is disabled.
pull/723/head
Matthew Petroff
7 years ago
parent
499fff145d
commit
793918c255
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/js/pannellum.js
+ 2
- 1
src/js/pannellum.js
View File
@@ -431,7 +431,8 @@ function init() {
}
}
}
}
uiContainer.classList.add('pnlm-grab');
if (config.draggable)
uiContainer.classList.add('pnlm-grab');
uiContainer.classList.remove('pnlm-grabbing');
uiContainer.classList.remove('pnlm-grabbing');
}
}
Write
Preview
Loading…
Cancel
Save