このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
heuzef
/
pannellum
ミラー元
https://github.com/mpetroff/pannellum.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
22
Wiki
アクティビティ
ソースを参照
Prevent Chrome from selecting off-screen hot spot with tab (
#1120
).
pull/1131/head
Matthew Petroff
2年前
親
950a2ce732
コミット
929ec8f11c
1個のファイルの変更
、
1行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-0
src/js/pannellum.js
+ 1
- 0
src/js/pannellum.js
ファイルの表示
@@ -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;
書き込み
プレビュー
読み込み中…
キャンセル
保存