Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
heuzef
/
pannellum
mirror da
https://github.com/mpetroff/pannellum.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
22
Wiki
Attività
Sfoglia il codice sorgente
Prevent Chrome from selecting off-screen hot spot with tab (
#1120
).
pull/1131/head
Matthew Petroff
2 anni fa
parent
950a2ce732
commit
929ec8f11c
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-0
src/js/pannellum.js
+ 1
- 0
src/js/pannellum.js
Vedi 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;
Scrivi
Anteprima
Caricamento…
Annulla
Salva