You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function(dialog,offset,difference){dialog.left=offset.left+difference.x;},// Left
359
359
function(dialog,offset,difference){dialog.top=offset.top+difference.y,dialog.left=offset.left+difference.x;},// Top Left
360
-
function(dialog,offset,difference){
361
-
dialog.width=offset.width+difference.x,
362
-
dialog.height=offset.height-difference.y
363
-
dialog.y=offset.top+difference.y},// Top right
360
+
function(dialog,offset,difference){dialog.width=offset.width+difference.x,dialog.height=offset.height-difference.y,dialog.y=offset.top+difference.y},// Top right
364
361
function(dialog,offset,difference){dialog.height=offset.height+difference.y,dialog.width=offset.width+difference.x},// Bottom right
0 commit comments