Explorar el Código

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

master
Fen Dweller hace 4 años
padre
commit
627976621c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      macrovision.js

+ 1
- 1
macrovision.js Ver fichero

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


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


function clickUp(e) { function clickUp(e) {


Cargando…
Cancelar
Guardar