浏览代码

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


正在加载...
取消
保存