[desktop] debug window moving

This commit is contained in:
Maxim Kadushkin 2020-03-16 19:48:36 +03:00
parent 3fa4289abe
commit 505a2bf1e5

View file

@ -287,7 +287,7 @@ define([
}
this.dragging.maxx = main_width - this.getWidth();
this.dragging.maxy = main_height - this.getHeight();
this.dragging.maxy = main_height - this.getHeight() + Common.Utils.InternalSettings.get('window-inactive-area-top');
$(document).on('mousemove', this.binding.drag);
$(document).on('mouseup', this.binding.dragStop);