ソースを参照

Actually skip the rest of the selection logic on Firefox

tags/v0.0.3
Fen Dweller 5年前
コミット
8830ad3f14
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      macrovision.js

+ 1
- 0
macrovision.js ファイルの表示

@@ -473,6 +473,7 @@ function testClick(event) {
const target = event.target;
if (navigator.userAgent.indexOf("Firefox") != -1) {
clickDown(target.parentElement, event.clientX, event.clientY);
return;
}
// Get click coordinates


読み込み中…
キャンセル
保存