ソースを参照

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) {


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