소스 검색

Make dragging to the top to delete respect the size of the menubar

master
Fen Dweller 4 년 전
부모
커밋
627976621c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js 파일 보기

@@ -1413,7 +1413,7 @@ function clickDown(target, x, y) {
// could we make this actually detect the menu area?

function hoveringInDeleteArea(e) {
return e.clientY < document.body.clientHeight / 10;
return e.clientY < document.querySelector("#menubar").clientHeight;
}

function clickUp(e) {


불러오는 중...
취소
저장