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
Prevent Chrome from selecting off-screen hot spot with tab (
#1120
).
pull/1131/head
Matthew Petroff
2 years ago
parent
950a2ce732
commit
929ec8f11c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/js/pannellum.js
+ 1
- 0
src/js/pannellum.js
View File
@@ -1856,6 +1856,7 @@ function createHotSpot(hs) {
hs.yaw = Number(hs.yaw) || 0;
var div = document.createElement('div');
div.tabIndex = -1;
div.className = 'pnlm-hotspot-base';
if (hs.cssClass)
div.className += ' ' + hs.cssClass;
Write
Preview
Loading…
Cancel
Save