From 2c83b796f53788ae7eaf0d3940e7689596c86ee9 Mon Sep 17 00:00:00 2001 From: CadenCoaster <114967401+cadenthecreator@users.noreply.github.com> Date: Thu, 23 Oct 2025 21:50:37 -0700 Subject: [PATCH] Update interactions.lua --- modules/interactions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/interactions.lua b/modules/interactions.lua index 5110848..0c470c3 100644 --- a/modules/interactions.lua +++ b/modules/interactions.lua @@ -63,7 +63,7 @@ while true do threading.addThread(function()dragging.resized(dragging.w,dragging.h)end) else dragging.x = data[3] + offsetX - dragging.y = math.max(data[4] + offsetY,3) + dragging.y = math.max(data[4],2) + offsetY end else for indx = #_G.windows, 1, -1 do