Fixissue#820
pull/869/head
Vince 5 years ago committed by GitHub
commit 8767a7a829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -188,8 +188,8 @@ function captureClicks(window) {
const DEFAULT_WIDTH = 800;
const DEFAULT_HEIGHT = 720;
const MIN_WIDTH = 1125;
const MIN_HEIGHT = 750;
const MIN_WIDTH = 880;
const MIN_HEIGHT = 580;
const BOUNDS_BUFFER = 100;
function isVisible(window, bounds) {

Loading…
Cancel
Save